mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Shush noisy Ruby interpreter warnings
This commit is contained in:
parent
52171ac278
commit
e55c885d9c
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -5,6 +5,7 @@ require "rake/testtask"
|
||||||
Rake::TestTask.new do |test|
|
Rake::TestTask.new do |test|
|
||||||
test.libs << "test"
|
test.libs << "test"
|
||||||
test.test_files = FileList["test/*_test.rb"]
|
test.test_files = FileList["test/*_test.rb"]
|
||||||
|
test.warning = false
|
||||||
end
|
end
|
||||||
|
|
||||||
task default: :test
|
task default: :test
|
||||||
|
|
Loading…
Reference in a new issue