Sha256: d7fae1bf42998be259d6195454cde83d7cb13d89d219107620886b26fd4743ac

Contents?: true

Size: 572 Bytes

Versions: 3

Compression:

Stored size: 572 Bytes

Contents

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

3 entries across 3 versions & 1 rubygems

Version Path
attachy-0.1.2 spec/support/common.rb
attachy-0.1.1 spec/support/common.rb
attachy-0.1.0 spec/support/common.rb