Make test the default rake task

This commit is contained in:
Samuel Cochran 2014-03-21 14:43:46 +11:00
parent d496655cf9
commit 0de09cdf55
1 changed files with 2 additions and 0 deletions

View File

@ -55,3 +55,5 @@ require "rake/testtask"
Rake::TestTask.new do |task|
task.pattern = "spec/*_spec.rb"
end
task :default => :test