Sha256: 5ca4f5bb5b34be18647298cb6c0c5218a000a0b0ee9d08a26a20ad25b7f59416
Contents?: true
Size: 756 Bytes
Versions: 3
Compression:
Stored size: 756 Bytes
Contents
# frozen_string_literal: true require 'rspec' require 'bundler' Bundler.require require 'multi_process' 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: # # config.mock_with :mocha # config.mock_with :flexmock # config.mock_with :rr # Run specs in random order to surface order dependencies. If you find an # order dependency and want to debug it, you can fix the order by providing # the seed, which is printed after each run. # --seed 1234 config.order = 'random' # Raise error when using old :should expectation syntax. config.raise_errors_for_deprecations! end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
multi_process-1.3.0 | spec/spec_helper.rb |
multi_process-1.2.1 | spec/spec_helper.rb |
multi_process-1.2.0 | spec/spec_helper.rb |