Enable verbose option in ActiveStorage

This commit is contained in:
Yoshiyuki Hirano 2018-04-08 06:30:06 +09:00
parent 25949758ce
commit 2cf522eef5

@ -8,6 +8,7 @@ Rake::TestTask.new do |test|
test.libs << "app/controllers"
test.libs << "test"
test.test_files = FileList["test/**/*_test.rb"]
test.verbose = true
test.warning = false
end