aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/Rakefile
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2018-04-08 06:30:06 +0900
committerYoshiyuki Hirano <yhirano@me.com>2018-04-08 06:30:06 +0900
commit2cf522eef500fd6824082dc9da46e63be2d629bc (patch)
tree737561247122bb91590fc4c99a2edf331caf2018 /activestorage/Rakefile
parent25949758ce6f2e475bf02bf1af7c3d4b441e3ec2 (diff)
downloadrails-2cf522eef500fd6824082dc9da46e63be2d629bc.tar.gz
rails-2cf522eef500fd6824082dc9da46e63be2d629bc.tar.bz2
rails-2cf522eef500fd6824082dc9da46e63be2d629bc.zip
Enable verbose option in ActiveStorage
Diffstat (limited to 'activestorage/Rakefile')
-rw-r--r--activestorage/Rakefile1
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