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

Version Path
blacklight_advanced_search-5.3.1 spec/spec_helper.rb
blacklight_advanced_search-5.3.0 spec/spec_helper.rb
blacklight_advanced_search-6.0.2 spec/spec_helper.rb
blacklight_advanced_search-6.0.1 spec/spec_helper.rb
blacklight_advanced_search-6.0.0 spec/spec_helper.rb
blacklight_advanced_search-5.2.1 spec/spec_helper.rb
blacklight_advanced_search-5.2.0 spec/spec_helper.rb
blacklight_advanced_search-5.1.4 spec/spec_helper.rb
blacklight_advanced_search-5.1.3 spec/spec_helper.rb
blacklight_advanced_search-5.1.2 spec/spec_helper.rb
blacklight_advanced_search-5.1.1 spec/spec_helper.rb
blacklight_advanced_search-5.1.0 spec/spec_helper.rb