Sha256: 99bf1d530783b46762fed80a7bcbc6bc907fbeb4beb00b98e5555a8fd066bcc7
Contents?: true
Size: 324 Bytes
Versions: 5
Compression:
Stored size: 324 Bytes
Contents
require "json/matchers" Dir["./spec/support/*"].each { |file| require file } 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 end
Version data entries
5 entries across 5 versions & 1 rubygems