Sha256: 1c7eee738272817a6bbf7050d46cd89eff1f3c1063891df58b46994e28e260dc

Contents?: true

Size: 504 Bytes

Versions: 2

Compression:

Stored size: 504 Bytes

Contents

require 'active_model'

# to avoid deprecation warning:
# [deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
I18n.enforce_available_locales = false

require 'rspec/collection_matchers'

Dir['./spec/support/**/*'].each {|f| require f}

RSpec.configure do |config|
  config.order = 'random'

  config.expect_with :rspec
  config.mock_with :rspec
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/rspec-collection_matchers-1.2.1/spec/spec_helper.rb
rspec-collection_matchers-1.2.1 spec/spec_helper.rb