Sha256: e6db385f6b40d45c3e69c0dd33dfcb65267cf3b99e6a68fd54652fb6bf24310e
Contents?: true
Size: 403 Bytes
Versions: 14
Compression:
Stored size: 403 Bytes
Contents
require 'byebug' require 'support/integration_helper' RSpec.configure do |config| config.include IntegrationHelper 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
14 entries across 7 versions & 1 rubygems