# frozen_string_literal: true # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration 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 require 'eac_ruby_gem_support/rspec' ::EacRubyGemSupport::Rspec.setup(::File.dirname(__dir__), config) end