Skip to content

Commit

Permalink
Merge pull request #2785 from franzliedke/patch-1
Browse files Browse the repository at this point in the history
rails_helper template: Restore old order of support files
  • Loading branch information
pirj authored Aug 27, 2024
2 parents d0e322b + a73ef24 commit 32a4b78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# directory. Alternatively, in the individual `*_spec.rb` files, manually
# require only the support files necessary.
#
# Rails.root.glob('spec/support/**/*.rb').sort.each { |f| require f }
# Rails.root.glob('spec/support/**/*.rb').sort_by(&:to_s).each { |f| require f }
<% if RSpec::Rails::FeatureCheck.has_active_record_migration? -%>
# Checks for pending migrations and applies them before tests are run.
Expand Down

0 comments on commit 32a4b78

Please sign in to comment.