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

Version Path
json-matchers-0.3.0 spec/spec_helper.rb
json-matchers-0.2.2 spec/spec_helper.rb
json-matchers-0.2.1 spec/spec_helper.rb
json-matchers-0.2.0 spec/spec_helper.rb
json-matchers-0.1.0 spec/spec_helper.rb