Project

General

Profile

« Previous | Next » 

Revision ef68cb26

Added by Marc Dequènes over 10 years ago

[tests] test infrastructure with important CyborgHood::Mail tests

View differences:

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