Sha256: 47ef680d1cce841b6bcf4699f73d5ed9d0ab34195bd43d31ac053a3f8f78e657

Contents?: true

Size: 585 Bytes

Versions: 9

Compression:

Stored size: 585 Bytes

Contents

# frozen_string_literal: true

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.example_status_persistence_file_path = "spec/examples.txt"

  config.disable_monkey_patching!

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

  config.profile_examples = 10
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
archangel-0.4.0 spec/spec_helper.rb
archangel-0.3.0 spec/spec_helper.rb
archangel-0.0.8 spec/spec_helper.rb
archangel-0.0.7 spec/spec_helper.rb
archangel-0.0.6 spec/spec_helper.rb
archangel-0.0.5 spec/spec_helper.rb
archangel-0.0.4 spec/spec_helper.rb
archangel-0.0.3 spec/spec_helper.rb
archangel-0.0.2 spec/spec_helper.rb