Nicolas GONZALEZ

Results 1 issues of Nicolas GONZALEZ

With json_spec 1.1.5 and the following test: ```ruby it "matches json content with path" do json = %({"item": {"id": "1"}}) json.should include_json(%({"id": "1"})).at_path("item") end ``` ``` Failures: 1) JsonSpec::Matchers::IncludeJson matches...