spec/spec_helper.rb in danica-2.7.5 vs spec/spec_helper.rb in danica-2.7.6
- old
+ new
@@ -17,10 +17,10 @@
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
-Dir['./spec/support/**/*.rb'].each { |f| require f }
+Dir['./spec/support/**/*.rb'].sort.each { |f| require f }
RSpec.configure do |config|
config.treat_symbols_as_metadata_keys_with_true_values = true
config.run_all_when_everything_filtered = true
config.filter_run :focus