From 385d8e2814e61bd5dbfc8038b9d38739dc735bc2 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Thu, 19 Jan 2023 15:36:25 +0000 Subject: [PATCH] fix linting --- spec/rails_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index d1781b513..7ae06f7e4 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -33,7 +33,7 @@ Capybara.javascript_driver = :headless # directory. Alternatively, in the individual `*_spec.rb` files, manually # require only the support files necessary. -Dir[Rails.root.join("spec", "support", "**", "*.rb")].sort.each { |f| require f } +Dir[Rails.root.join("spec/support/**/*.rb")].sort.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.