Sha256: 4ee924943c24d890279f85d6879d141d25a9044364d6beeee1a99ba4401af7da
Contents?: true
Size: 343 Bytes
Versions: 44
Compression:
Stored size: 343 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 end
Version data entries
44 entries across 17 versions & 2 rubygems