changeset 466:722f4eccd370

Remove unused config
author nanaya <me@nanaya.pro>
date Fri, 31 May 2019 09:10:37 +0900
parents f109a8aacad5
children fd3078b4d355
files config/environments/test.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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