WhitePayments/match_json

View on GitHub
lib/match_json/rspec.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'match_json'

RSpec.configure do |config|
  config.include MatchJson::Matchers
end

RSpec::Matchers.alias_matcher :match_json, :include_json