Skip to content

Commit

Permalink
Set test as the default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
bgarret committed Mar 3, 2014
1 parent 64cb414 commit ea0c58a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -8,3 +8,5 @@ Rake::TestTask.new do |t|
t.test_files = FileList['test/**/*_test.rb']
t.verbose = true
end

task :default => 'test'

0 comments on commit ea0c58a

Please sign in to comment.