waterlink / rspec-json_expectations

Set of matchers and helpers to allow you test your APIs responses like a pro.
https://www.relishapp.com/waterlink/rspec-json-expectations/docs
MIT License
140 stars 23 forks source link

Implements match_unordered_json matcher #23

Closed esjee closed 7 years ago

esjee commented 7 years ago

See #22 for more information.

match_unordered_json is a stricter version of includes_json_matcher that also checks that the size of expected and actual are the same.

waterlink commented 7 years ago

Looks Great! Thank you @esjee !