From af6bd5c00746861c5fd8873b98a9a36200d0175d Mon Sep 17 00:00:00 2001 From: Alicia Date: Mon, 21 Oct 2024 18:16:02 -0600 Subject: [PATCH] Fix CI --- app/assets/config/manifest.js | 1 + spec/rails_helper.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/config/manifest.js b/app/assets/config/manifest.js index df728277c..9d5f1f870 100644 --- a/app/assets/config/manifest.js +++ b/app/assets/config/manifest.js @@ -2,3 +2,4 @@ //= link_tree ../builds //= link application.css //= link application.tailwind.css +//= link administrate-field-active_storage/application.css \ No newline at end of file diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index c3c3892f0..a152d41d7 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -25,7 +25,7 @@ # directory. Alternatively, in the individual `*_spec.rb` files, manually # require only the support files necessary. # -Dir[Rails.root.glob("spec/support/**/*.rb")].each { |f| require f } +Rails.root.glob("spec/support/**/*.rb").each { |f| require f } # Checks for pending migrations and applies them before tests are run. # If you are not using ActiveRecord, you can remove these lines.