From 029907b8ece826a1d844550784bda6f70014e8a0 Mon Sep 17 00:00:00 2001 From: Stefanni Brasil Date: Fri, 26 Apr 2024 17:21:41 -0600 Subject: [PATCH] Skip bootsnap Without setting this skip, we were getting some errors regarding booting the app. Since we don't need to speed this app up, we can skip using bootsnap. --- .../test/acceptance/superglue_installation_acceptance.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/superglue_rails/test/acceptance/superglue_installation_acceptance.rb b/superglue_rails/test/acceptance/superglue_installation_acceptance.rb index 9fe89f6f..8be19c22 100644 --- a/superglue_rails/test/acceptance/superglue_installation_acceptance.rb +++ b/superglue_rails/test/acceptance/superglue_installation_acceptance.rb @@ -87,7 +87,8 @@ def generate_test_app_7(app_name) --skip-git \ --skip-hotwire \ --skip-spring \ - --no-rc" + --no-rc \ + --skip_bootsnap" end def generate_scaffold