Skip to content

Commit

Permalink
removed unnecessary requiring of spec files from rails_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Janell-Huyck committed Sep 8, 2023
1 parent 4a5edb4 commit 74c46b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
# require only the support files necessary.
#
# Dir[Rails.root.join('spec', 'support', '**', '*.rb')].each { |f| require f }
Dir[Rails.root.join('spec/**/*_spec.rb')].each { |f| require f } # only need the nested spec files

# Checks for pending migrations and applies them before tests are run.
# If you are not using ActiveRecord, you can remove these lines.
Expand Down

0 comments on commit 74c46b3

Please sign in to comment.