spec/spec_helper.rb in gitx-3.1.2 vs spec/spec_helper.rb in gitx-3.2.0.ci.231.1

- old
+ new

@@ -6,10 +6,10 @@ require 'rubygems' require 'bundler/setup' # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. -Dir[File.join(__dir__, 'support/**/*.rb')].each { |f| require f } +Dir[File.join(__dir__, 'support/**/*.rb')].sort.each { |f| require f } # This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # The generated `.rspec` file contains `--require spec_helper` which will cause this # file to always be loaded, without a need to explicitly require it in any files.