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 and JonRowe committed Sep 2, 2024
1 parent 3f56a9f commit e332def
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 e332def

Please sign in to comment.