Sha256: 6416e1e74dc9f0b7bbda3f5e3c0173948177c1c7340e55076918b6df44ba26d5

Contents?: true

Size: 603 Bytes

Versions: 21

Compression:

Stored size: 603 Bytes

Contents

# frozen_string_literal: true

require 'rspec/rails'

RSpec.configure do |config|
  config.filter_run_when_matching :focus

  config.disable_monkey_patching!
  config.infer_spec_type_from_file_location!

  config.expect_with :rspec do |expectations|
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end

  config.mock_with :rspec do |mocks|
    mocks.verify_partial_doubles = true
  end

  config.infer_base_class_for_anonymous_controllers = false
  config.order                                      = :random
  config.profile_examples                           = true
end

Version data entries

21 entries across 21 versions & 4 rubygems

Version Path
breadcrumby-0.1.0 spec/support/common.rb