Sha256: 9f8ad02ea05aefab8dca434b746f37eecd7f1a44a9100a5c927d747555b6d3f4

Contents?: true

Size: 610 Bytes

Versions: 10

Compression:

Stored size: 610 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.example_status_persistence_file_path = "spec/examples.txt"
  config.disable_monkey_patching!
  if config.files_to_run.one?
    config.default_formatter = "doc"
  end
  config.profile_examples = 10
  config.order = :random
  Kernel.srand config.seed
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hyrax-5.0.1 .koppie/spec/spec_helper.rb
hyrax-5.0.0 .koppie/spec/spec_helper.rb
hyrax-5.0.0.rc3 .koppie/spec/spec_helper.rb
hyrax-5.0.0.rc2 .koppie/spec/spec_helper.rb
hyrax-5.0.0.rc1 .koppie/spec/spec_helper.rb
hyrax-4.0.0 .koppie/spec/spec_helper.rb
hyrax-4.0.0.rc3 .koppie/spec/spec_helper.rb
hyrax-4.0.0.rc2 .koppie/spec/spec_helper.rb
hyrax-4.0.0.rc1 .koppie/spec/spec_helper.rb
hyrax-4.0.0.beta2 .koppie/spec/spec_helper.rb