Sha256: d03edfa74c1d339faa982411154d0819095d10ac10731a59639a521390a3112c

Contents?: true

Size: 482 Bytes

Versions: 5

Compression:

Stored size: 482 Bytes

Contents

require "json_matchers/rspec"

Dir["./spec/support/**/*.rb"].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

  config.include FileHelpers

  config.around do |example|
    ensure_fixtures("spec", "fixtures", "schemas") do
      example.run
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
json_matchers-0.11.1 spec/spec_helper.rb
json_matchers-0.11.0 spec/spec_helper.rb
json_matchers-0.10.0 spec/spec_helper.rb
json_matchers-0.9.0 spec/spec_helper.rb
json_matchers-0.8.0 spec/spec_helper.rb