json_spec
json_spec copied to clipboard
Allow include_json to match against subset hash at current position
I wanted to match an expected subset hash against the "current position". The scenario is the following: I have an API and the response should match the specified result. It is ok if there are more attributes, as this does not break the API.
Example in the specs.
+1 for matching subset of a hash (similar to how rspec includes works).
Has this project been abandoned?