We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a5ec6e + 88c73b6 commit ba6e397Copy full SHA for ba6e397
lib/generators/rspec/install/templates/spec/rails_helper.rb
@@ -20,7 +20,7 @@
20
# directory. Alternatively, in the individual `*_spec.rb` files, manually
21
# require only the support files necessary.
22
#
23
-# Dir[Rails.root.join('spec', 'support', '**', '*.rb')].each { |f| require f }
+# Dir[Rails.root.join('spec', 'support', '**', '*.rb')].sort.each { |f| require f }
24
25
<% if RSpec::Rails::FeatureCheck.has_active_record_migration? -%>
26
# Checks for pending migrations and applies them before tests are run.
0 commit comments