Skip to content

Commit

Permalink
Make test a default task.
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Jul 13, 2012
1 parent b39aed1 commit 2b03d32
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 @@ -7,3 +7,5 @@ Rake::TestTask.new(:test) do |test|
test.pattern = 'test/**/*_test.rb'
test.libs << 'lib' << 'test'
end

task :default => :test

0 comments on commit 2b03d32

Please sign in to comment.