Disable warnings in railties tests

This commit is contained in:
Rafael Mendonça França 2015-08-27 23:48:46 -03:00
parent 1abbd3ef61
commit 2a6071a5e8

@ -26,7 +26,7 @@ end
Rake::TestTask.new('test:regular') do |t|
t.libs << 'test' << "#{File.dirname(__FILE__)}/../activesupport/lib"
t.pattern = 'test/**/*_test.rb'
t.warning = true
t.warning = false
t.verbose = true
t.ruby_opts = ["--dev"] if defined?(JRUBY_VERSION)
end