Sha256: 16a15b58e533751d18206c65784424ddbb10105200bbdfb9c3312e85d008a311

Contents?: true

Size: 631 Bytes

Versions: 13

Compression:

Stored size: 631 Bytes

Contents

ENV["RAILS_ENV"] ||= 'test'
require 'rsolr'
require 'engine_cart'
EngineCart.load_application!

require 'rspec/rails'
require 'capybara/rspec'

RSpec.configure do |config|
  # rspec-rails 3 will no longer automatically infer an example group's spec type
  # from the file location. You can explicitly opt-in to the feature using this
  # config option.
  # To explicitly tag specs without using automatic inference, set the `:type`
  # metadata manually:
  #
  #     describe ThingsController, :type => :controller do
  #       # Equivalent to being in spec/controllers
  #     end
  config.infer_spec_type_from_file_location!
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
blacklight_range_limit-7.0.1 spec/spec_helper.rb
blacklight_range_limit-7.0.0 spec/spec_helper.rb
blacklight_range_limit-7.0.0.rc2 spec/spec_helper.rb
blacklight_range_limit-7.0.0.rc1 spec/spec_helper.rb
blacklight_range_limit-6.3.3 spec/spec_helper.rb
blacklight_range_limit-6.3.2 spec/spec_helper.rb
blacklight_range_limit-6.3.1 spec/spec_helper.rb
blacklight_range_limit-6.3.0 spec/spec_helper.rb
blacklight_range_limit-6.2.1 spec/spec_helper.rb
blacklight_range_limit-6.2.0 spec/spec_helper.rb
blacklight_range_limit-6.1.2 spec/spec_helper.rb
blacklight_range_limit-6.1.1 spec/spec_helper.rb
blacklight_range_limit-6.1.0 spec/spec_helper.rb