Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #130 from librato/chore/reduce_warns_with_new_rake
Browse files Browse the repository at this point in the history
Explicitly disable running ruby in warn mode for test suite
  • Loading branch information
nextmat committed Jan 18, 2017
2 parents 964c645 + 9f82d2b commit b47813c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Rake::TestTask.new(:test) do |t|
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.verbose = false
t.warning = false
end

task :default => :test

0 comments on commit b47813c

Please sign in to comment.