Skip to content

Commit

Permalink
Reduce warnings emitted while running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Aug 29, 2021
1 parent 1c21242 commit 45a3abf
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 @@ -65,6 +65,7 @@ Rake::TestTask.new(:test) do |test|
test.libs << "lib" << "test"
test.pattern = "test/**/test_*.rb"
test.verbose = true
test.warning = false
end

require "rdoc/task"
Expand Down

0 comments on commit 45a3abf

Please sign in to comment.