add a rakefile so 'rvm specs' works
git-svn-id: file:///home/svn/framework3/trunk@7896 4d416f70-5f16-0410-b530-b9f4589650daunstable
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,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