Skip to content

Commit

Permalink
Disable Ruby warnings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Dec 9, 2024
1 parent 4a22a8b commit 0d8f63e
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 @@ -7,6 +7,7 @@ Rake::TestTask.new do |t|
t.libs.push "lib"
t.test_files = Dir.glob('test/**/*_test.rb')
t.verbose = true
t.warning = ENV.key?('RUBY_WARNINGS')
end

def inside_dummy_app(&block)
Expand Down

0 comments on commit 0d8f63e

Please sign in to comment.