spec/spec_helper.rb in multi_process-1.1.1 vs spec/spec_helper.rb in multi_process-1.2.0
- old
+ new
@@ -1,12 +1,14 @@
+# frozen_string_literal: true
+
require 'rspec'
require 'bundler'
Bundler.require
require 'multi_process'
-Dir[File.expand_path('spec/support/**/*.rb')].each { |f| require f }
+Dir[File.expand_path('spec/support/**/*.rb')].sort.each {|f| require f }
RSpec.configure do |config|
# ## Mock Framework
#
# If you prefer to use mocha, flexmock or RR, uncomment the appropriate line: