1
0
Fork 0
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:
George Claghorn 2017-07-03 17:56:51 -04:00
parent 52171ac278
commit e55c885d9c

View file

@ -5,6 +5,7 @@ require "rake/testtask"
Rake::TestTask.new do |test|
test.libs << "test"
test.test_files = FileList["test/*_test.rb"]
test.warning = false
end
task default: :test