Skip to content

Commit

Permalink
Hide warning messages from aws-sdk
Browse files Browse the repository at this point in the history
It's very noisy for us.
  • Loading branch information
okkez committed Mar 29, 2017
1 parent e23fa33 commit de34506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -5,6 +5,7 @@ Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.pattern = 'test/**/*.rb'
test.verbose = true
test.warning = false
end

desc 'Run tests for all'
Expand Down

0 comments on commit de34506

Please sign in to comment.