From 2cf522eef500fd6824082dc9da46e63be2d629bc Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano <yhirano@me.com> Date: Sun, 8 Apr 2018 06:30:06 +0900 Subject: Enable verbose option in ActiveStorage --- activestorage/Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/activestorage/Rakefile b/activestorage/Rakefile index 2aa4d2a76f..7dc69e04ea 100644 --- a/activestorage/Rakefile +++ b/activestorage/Rakefile @@ -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 -- cgit v1.2.3