Add default rake task

master
Guillaume Dott 2014-09-23 17:06:42 +02:00
parent bb89807477
commit d66f2c4a5f
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@ Rake::TestTask.new do |t|
t.libs << "test"
t.test_files = Dir['test/**/*_test.rb']
end
task :default => :test