# HG changeset patch # User nanaya # Date 1559261437 -32400 # Node ID 722f4eccd370db31a4b7031afd21bc05e69531cc # Parent f109a8aacad5f58e459e7dc8a2d46b5b397b033c Remove unused config diff -r f109a8aacad5 -r 722f4eccd370 config/environments/test.rb --- a/config/environments/test.rb Fri May 31 09:10:28 2019 +0900 +++ b/config/environments/test.rb Fri May 31 09:10:37 2019 +0900 @@ -29,7 +29,7 @@ config.action_controller.allow_forgery_protection = false # Store uploaded files on the local file system in a temporary directory - config.active_storage.service = :test + # config.active_storage.service = :test # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr