Revision ef68cb26
Added by Marc Dequènes almost 11 years ago
Rakefile | ||
---|---|---|
end
|
||
end
|
||
end
|
||
|
||
namespace :test do
|
||
require 'rake/testtask'
|
||
|
||
Rake::TestTask.new(:spec) do |t|
|
||
t.libs.push "spec"
|
||
t.test_files = FileList['spec/**/*.rb']
|
||
t.verbose = true
|
||
end
|
||
end
|
Also available in: Unified diff
[tests] test infrastructure with important CyborgHood::Mail tests