spec/spec_helper.rb in api-auth-2.3.1 vs spec/spec_helper.rb in api-auth-2.4.0
- old
+ new
@@ -19,6 +19,6 @@
require 'grape'
require 'net/http/post/multipart'
# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
-Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
+Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].sort.each { |f| require f }