We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc8490 commit f560e2dCopy full SHA for f560e2d
1 file changed
spec/spec_helper.rb
@@ -12,7 +12,7 @@
12
13
# Requires supporting files with custom matchers and macros, etc,
14
# in ./support/ and its subdirectories.
15
-Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
+Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].sort.each { |f| require f }
16
17
RSpec.configure do |config|
18
config.run_all_when_everything_filtered = true
0 commit comments