Skip to content

Commit

Permalink
Removes the default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottford authored and radar committed May 29, 2012
1 parent 77df79c commit 51b2921
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ task :test_app do
end
end

task :default => :all_tests

desc "Run all tests for all supported databases"
task :ci do
cmd = "bundle update"; puts cmd; system cmd;
Expand Down

0 comments on commit 51b2921

Please sign in to comment.