Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
Remove warning noise from tests
Browse files Browse the repository at this point in the history
A lot of the warnings are from within gems that we can’t fix, so turn
warnings off
  • Loading branch information
boffbowsh committed Oct 9, 2015
1 parent 4068316 commit 8d41c70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Expand Up @@ -13,13 +13,10 @@ namespace :test do
Rake::TestTask.new("units") { |t|
t.pattern = 'test/unit/*_test.rb'
t.verbose = true
t.warning = true
}

Rake::TestTask.new("acceptance") { |t|
t.pattern = 'test/acceptance/*_test.rb'
t.verbose = true
t.warning = true
}
end

0 comments on commit 8d41c70

Please sign in to comment.