Sha256: 800b74b72d9d6885b8b20aa10952c99fa8fd0782a2fc9904fa6b4cf189f9fc97
Contents?: true
Size: 942 Bytes
Versions: 7
Compression:
Stored size: 942 Bytes
Contents
ENV["RAILS_ENV"] = "test" require 'engine_cart' EngineCart.load_application! require 'rsolr' require 'capybara/rspec' require 'rspec/rails' require 'capybara/rails' RSpec.configure do |config| # Maintain this rspec2 behavior even in rspec3, until we # adjust our stuff. Deprecation warning was: # -------------------------------------------------------------------------------- # rspec-rails 3 will no longer automatically infer an example group's spec type # from the file location. You can explicitly opt-in to this feature using this # snippet: # RSpec.configure do |config| # config.infer_spec_type_from_file_location! # end # If you wish to manually label spec types via metadata you can safely ignore # this warning and continue upgrading to RSpec 3 without addressing it. # -------------------------------------------------------------------------------- config.infer_spec_type_from_file_location! end
Version data entries
7 entries across 7 versions & 1 rubygems