mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
862efac37d
git-svn-id: file:///home/svn/framework3/trunk@7896 4d416f70-5f16-0410-b530-b9f4589650da
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
require 'rubygems'
|
|
require 'spec/rake/spectask'
|
|
Spec::Rake::SpecTask.new do |t|
|
|
t.ruby_opts = ['-rtest/unit']
|
|
t.spec_files = FileList['*_test.rb']
|
|
end
|
|
|