Sha256: 4dcb514e71d368acf71537327a49a3749efa784ba47bf5e544f7b78b41ec3742
Contents?: true
Size: 929 Bytes
Versions: 12
Compression:
Stored size: 929 Bytes
Contents
ENV["RAILS_ENV"] = "test" require 'engine_cart' EngineCart.load_application! 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
12 entries across 12 versions & 1 rubygems