# Store uploaded files on the local file system in a temporary directory.
config.active_storage.service = :test
+ # Disable logging in tests, for speed increases. Set to :info to bring back logging
+ config.log_level = :warn
+
config.action_mailer.perform_caching = false
# Tell Action Mailer not to deliver emails to the real world.