Sha256: 3ada76380703c1e3d5889154f69e0eb3e2949e57bd24e1d15b746a0b28701f90
Contents?: true
Size: 476 Bytes
Versions: 1
Compression:
Stored size: 476 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 config.include FileHelpers config.around do |example| ensure_fixtures("spec", "fixtures", "schemas") do example.run end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
json_matchers-0.7.3 | spec/spec_helper.rb |