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

Version Path
blacklight_advanced_search-7.0.0 spec/spec_helper.rb
blacklight_advanced_search-6.4.1 spec/spec_helper.rb
blacklight_advanced_search-6.4.0 spec/spec_helper.rb
blacklight_advanced_search-6.3.1 spec/spec_helper.rb
blacklight_advanced_search-6.3.0 spec/spec_helper.rb
blacklight_advanced_search-6.2.1 spec/spec_helper.rb
blacklight_advanced_search-6.2.0 spec/spec_helper.rb