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

Add support for match_json, which matches the json #39

Open danish-smartpension opened 1 year ago

danish-smartpension commented 1 year ago

Create a new match_json matcher, which matches the exact attributes of json and use the existing functionality of include_json

amazeas commented 7 months ago

@waterlink this would prove useful to us, and covers part of #21, what do you think ?