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