mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
add a rakefile so 'rvm specs' works
git-svn-id: file:///home/svn/framework3/trunk@7896 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
0fa275b53b
commit
862efac37d
0
test/tests/00_create_all_modules.rb → test/tests/00_create_all_modules_test.rb
Executable file → Normal file
0
test/tests/00_create_all_modules.rb → test/tests/00_create_all_modules_test.rb
Executable file → Normal file
0
test/tests/01_all_exploits_have_payloads.rb → test/tests/01_all_exploits_have_payloads_test.rb
Executable file → Normal file
0
test/tests/01_all_exploits_have_payloads.rb → test/tests/01_all_exploits_have_payloads_test.rb
Executable file → Normal file
0
test/tests/02_nmap_import.rb → test/tests/02_nmap_import_test.rb
Executable file → Normal file
0
test/tests/02_nmap_import.rb → test/tests/02_nmap_import_test.rb
Executable file → Normal file
7
test/tests/rakefile
Normal file
7
test/tests/rakefile
Normal file
@ -0,0 +1,7 @@
|
||||
require 'rubygems'
|
||||
require 'spec/rake/spectask'
|
||||
Spec::Rake::SpecTask.new do |t|
|
||||
t.ruby_opts = ['-rtest/unit']
|
||||
t.spec_files = FileList['*_test.rb']
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user