test/fixtures/people.json.yaml in purzelrakete-restful-0.2.6 vs test/fixtures/people.json.yaml in purzelrakete-restful-0.2.7
- old
+ new
@@ -65,6 +65,16 @@
},
"current_location": "Under a tree",
"name": "Joe Bloggs",
"pets": [],
"created_at": "<%= @person.created_at.xmlschema %>"
+ }
+
+hash_with_person:
+ |
+ {
+ "total_hits": 10,
+ "a_person": {
+ "restful_url": "http://example.com:3000/people/<%= @person.to_param %>",
+ "name": "Joe Bloggs"
+ }
}
\ No newline at end of file