Skip to content

Commit

Permalink
test as default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Mar 29, 2013
1 parent 9c3778e commit 0717347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Rake::TestTask.new(:test) do |test|
test.pattern = 'test/**/test_*.rb'
test.verbose = true
end

task :default => :test

0 comments on commit 0717347

Please sign in to comment.