Skip to content

Commit

Permalink
Adds default test task to rake
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Apr 8, 2014
1 parent eb0a104 commit 1a82310
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 @@ -11,3 +11,5 @@ task :console do
ARGV.clear
IRB.start
end

task :default => 'test'

0 comments on commit 1a82310

Please sign in to comment.