Make test task default

This commit is contained in:
Adman65 2011-12-02 00:28:10 +02:00
parent 73ecb94d24
commit 5c463adcfa

View File

@ -9,3 +9,5 @@ Rake::TestTask.new(:test) do |t|
t.pattern = 'test/**/*_test.rb' t.pattern = 'test/**/*_test.rb'
t.verbose = true t.verbose = true
end end
task :default => :test