diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2018-04-08 06:30:06 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2018-04-08 06:30:06 +0900 |
commit | 2cf522eef500fd6824082dc9da46e63be2d629bc (patch) | |
tree | 737561247122bb91590fc4c99a2edf331caf2018 | |
parent | 25949758ce6f2e475bf02bf1af7c3d4b441e3ec2 (diff) | |
download | rails-2cf522eef500fd6824082dc9da46e63be2d629bc.tar.gz rails-2cf522eef500fd6824082dc9da46e63be2d629bc.tar.bz2 rails-2cf522eef500fd6824082dc9da46e63be2d629bc.zip |
Enable verbose option in ActiveStorage
-rw-r--r-- | activestorage/Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |