We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61412d8 commit 408daaeCopy full SHA for 408daae
Rakefile
@@ -43,7 +43,8 @@ Rake::TestTask.new do |t|
43
t.libs << 'test'
44
t.libs << 'lib'
45
t.test_files = FileList['test/**/*_test.rb']
46
- t.ruby_opts = ['-w -r./test/test_helper.rb']
+ t.ruby_opts = ['-r./test/test_helper.rb']
47
+ t.ruby_opts << ' -w' unless ENV['NO_WARN'] == 'true'
48
t.verbose = true
49
end
50
0 commit comments