From 756953fcb05229ec7b52ac68dc2f2cef305bd92f Mon Sep 17 00:00:00 2001 From: Jon Allured Date: Sat, 9 Nov 2024 09:14:44 -0600 Subject: [PATCH] Add back config to get CircleCI to work --- config/environments/test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/test.rb b/config/environments/test.rb index 0fb6d30..25bfa2f 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -50,4 +50,5 @@ # Raise error when a before_action's only/except options reference missing actions. config.action_controller.raise_on_missing_callback_actions = true + config.active_record.dump_schema_after_migration = false end