Skip to content

Commit c10b95f

Browse files
committed
Disable Ruby warnings in tests
1 parent e485c3d commit c10b95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Rake::TestTask.new do |t|
77
t.libs.push "lib"
88
t.test_files = Dir.glob('test/**/*_test.rb')
99
t.verbose = true
10+
t.warning = ENV.key?('RUBY_WARNINGS')
1011
end
1112

1213
def inside_dummy_app(&block)

0 commit comments

Comments
 (0)