spec/spec_helper.rb in apipie-rails-0.9.2 vs spec/spec_helper.rb in apipie-rails-0.9.3
- old
+ new
@@ -53,10 +53,10 @@
end
end
# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
-Dir[File.expand_path('support/**/*.rb', __dir__)].each {|f| require f}
+Dir[File.expand_path('support/**/*.rb', __dir__)].sort.each {|f| require f}
RSpec.configure do |config|
config.mock_with :rspec