mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Disable warnings in railties tests
This commit is contained in:
parent
1abbd3ef61
commit
2a6071a5e8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ end
|
||||||
Rake::TestTask.new('test:regular') do |t|
|
Rake::TestTask.new('test:regular') do |t|
|
||||||
t.libs << 'test' << "#{File.dirname(__FILE__)}/../activesupport/lib"
|
t.libs << 'test' << "#{File.dirname(__FILE__)}/../activesupport/lib"
|
||||||
t.pattern = 'test/**/*_test.rb'
|
t.pattern = 'test/**/*_test.rb'
|
||||||
t.warning = true
|
t.warning = false
|
||||||
t.verbose = true
|
t.verbose = true
|
||||||
t.ruby_opts = ["--dev"] if defined?(JRUBY_VERSION)
|
t.ruby_opts = ["--dev"] if defined?(JRUBY_VERSION)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue