Sha256: a0f3727e680d00d1320f4ab6d9152f04697186d4e4b2e0ecf0381a3713e3ce94
Contents?: true
Size: 407 Bytes
Versions: 6
Compression:
Stored size: 407 Bytes
Contents
# frozen_string_literal: true $LOAD_PATH.unshift(File.expand_path('../lib', __dir__)) RSpec.configure do |config| config.full_backtrace = true # true by default for RSpec 4.0 config.shared_context_metadata_behavior = :apply_to_host_groups config.mock_with(:rspec) do |mocks| mocks.yield_receiver_to_any_instance_implementation_blocks = true mocks.verify_partial_doubles = true end end
Version data entries
6 entries across 6 versions & 1 rubygems