Skip to content

Commit

Permalink
Run all the tests when calling 'rake'
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Nov 15, 2012
1 parent 14ddc9f commit 32d07ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -5,4 +5,6 @@ task :test do
Dir['test/*_test.rb'].each do |testfile|
load testfile
end
end
end

task :default => :test

0 comments on commit 32d07ae

Please sign in to comment.