Refactor Rakefile and spec files for better organization and readability

This commit is contained in:
Stephen
2024-05-05 03:28:20 +10:00
parent ed7c9e8d3b
commit 6d6208cd81

View File

@@ -3,9 +3,7 @@
# Browser Exploitation Framework (BeEF) - https://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
require 'bundler/setup'
require 'rspec/core/rake_task'
# load 'tasks/otr-activerecord.rake'
task :default => ["short"]