Sha256: 6663f707c2fc70dfc19716528fae6182ca3f9ecb735080cf0819f172db8167a0
Contents?: true
Size: 362 Bytes
Versions: 4
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true require 'webrick' 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
4 entries across 4 versions & 1 rubygems