Sha256: 15fab1a1b48516425d81c4027d95fe321c6994f490491c05a4fd629946226d2b
Contents?: true
Size: 854 Bytes
Versions: 33
Compression:
Stored size: 854 Bytes
Contents
ENV["RAILS_ENV"] ||= 'test' require 'rails' require 'bundler' require 'engine_cart' EngineCart.load_application! require 'rspec/rails' # This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper"` to ensure that it is only # loaded once. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| config.run_all_when_everything_filtered = true config.filter_run :focus 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
33 entries across 33 versions & 2 rubygems