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
rating-0.11.0 spec/support/common.rb
rating-0.10.0 spec/support/common.rb
voting-0.5.0 spec/support/common.rb
rating-0.9.0 spec/support/common.rb
rating-0.8.0 spec/support/common.rb
rating-0.7.0 spec/support/common.rb
rating-0.6.0 spec/support/common.rb
rating-0.5.0 spec/support/common.rb
voting-0.4.0 spec/support/common.rb
voting-0.3.0 spec/support/common.rb
rating-0.4.0 spec/support/common.rb
rating-0.3.0 spec/support/common.rb
voting-0.2.0 spec/support/common.rb
voting-0.1.0 spec/support/common.rb
rating-0.2.0 spec/support/common.rb
rating-0.1.0 spec/support/common.rb
attachy-0.4.1 spec/support/common.rb
attachy-0.4.0 spec/support/common.rb
attachy-0.3.0 spec/support/common.rb
attachy-0.2.0 spec/support/common.rb