Sha256: d9fd728aa4a6a69b55f0036872dbd9a1e4a0e9cba39767b40ef62a7baad8e5c7

Contents?: true

Size: 585 Bytes

Versions: 4

Compression:

Stored size: 585 Bytes

Contents

require 'pry'
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.warnings = true
  if config.files_to_run.one?
    config.default_formatter = 'doc'
  end
  config.order = :random
  Kernel.srand config.seed
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
platform-api-2.2.0 spec/spec_helper.rb
platform-api-2.1.0 spec/spec_helper.rb
platform-api-2.0.0 spec/spec_helper.rb
platform-api-1.0.1 spec/spec_helper.rb