Project

General

Profile

Download (172 Bytes) Statistics
| Branch: | Tag: | Revision:
namespace :test do

desc "Test lib source"
Rake::TestTask.new(:lib) do |t|
t.libs << "test"
t.pattern = 'test/lib/**/*_test.rb'
t.verbose = true
end

end
(13-13/13)