Sha256: c31dbcd049018ceb14a565bed163d77c35b5d2d1cd14d735ba29f86570416f30

Contents?: true

Size: 478 Bytes

Versions: 4

Compression:

Stored size: 478 Bytes

Contents

RSpec.configure do |config|
  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.shared_context_metadata_behavior = :apply_to_host_groups

  config.filter_run_when_matching :focus
  config.disable_monkey_patching!

  config.default_formatter = 'doc' if config.files_to_run.one?

  config.order = :random
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
static-record-1.0.0.pre.3 spec/spec_helper.rb
static-record-1.0.0.pre.2 spec/spec_helper.rb
static-record-1.0.0.pre.1 spec/spec_helper.rb
static-record-1.0.0.pre spec/spec_helper.rb