Sha256: d03c59d06187217939e3ebebe6b321ef148df703d80ae3f89bdb83e19df72c6b

Contents?: true

Size: 525 Bytes

Versions: 4

Compression:

Stored size: 525 Bytes

Contents

require 'simplecov'

SimpleCov.start('rails')

require 'engine_cart'
ENV['RAILS_ENV'] ||= 'test'

EngineCart.load_application!
require 'rspec/rails'

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true

  config.infer_spec_type_from_file_location!

  # 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'
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
riiif-2.7.0 spec/spec_helper.rb
riiif-2.6.0 spec/spec_helper.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/riiif-2.5.0/spec/spec_helper.rb
riiif-2.5.0 spec/spec_helper.rb