Sha256: 2c89be3ab4fbacfad4d2819e6d0ed215ad79367dfa75f2b06641811b8cbb2133

Contents?: true

Size: 876 Bytes

Versions: 10

Compression:

Stored size: 876 Bytes

Contents

require 'coveralls'
require 'simplecov'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
                                                                 SimpleCov::Formatter::HTMLFormatter,
                                                                 Coveralls::SimpleCov::Formatter
                                                               ])

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

10 entries across 10 versions & 1 rubygems

Version Path
riiif-2.4.0 spec/spec_helper.rb
riiif-2.3.0 spec/spec_helper.rb
riiif-2.2.0 spec/spec_helper.rb
riiif-2.1.0 spec/spec_helper.rb
riiif-1.7.1 spec/spec_helper.rb
riiif-2.0.0 spec/spec_helper.rb
riiif-2.0.0.beta2 spec/spec_helper.rb
riiif-2.0.0.beta1 spec/spec_helper.rb
riiif-1.7.0 spec/spec_helper.rb
riiif-1.6.0 spec/spec_helper.rb