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 5, 2024
1 parent 0c1d06c commit 1a23ee6
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 @@ -8,6 +8,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 1a23ee6

Please sign in to comment.