Sha256: 8cde01e62c50262f2e097b0d1f4f0567633c9f210dc81bb5350e07f6685872c3
Contents?: true
Size: 478 Bytes
Versions: 16
Compression:
Stored size: 478 Bytes
Contents
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
16 entries across 16 versions & 1 rubygems