Sha256: e8a49233a517b54c483a12db5312a0d7014d840352c5cecc29e9d58b00834bf3

Contents?: true

Size: 330 Bytes

Versions: 11

Compression:

Stored size: 330 Bytes

Contents

require "json_matchers/rspec"

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

11 entries across 11 versions & 2 rubygems

Version Path
json_matchers-0.7.2 spec/spec_helper.rb
json_matchers-0.7.1 spec/spec_helper.rb
json_matchers-0.7.0 spec/spec_helper.rb
json_matchers-0.6.3 spec/spec_helper.rb
json_matchers-0.6.2 spec/spec_helper.rb
json_matchers-0.6.1 spec/spec_helper.rb
json_matchers-0.6.0 spec/spec_helper.rb
json_matchers-0.5.1 spec/spec_helper.rb
json_matchers-0.5.0 spec/spec_helper.rb
json_matchers-0.4.0 spec/spec_helper.rb
json-matchers-0.3.1 spec/spec_helper.rb