README.markdown in api_matchers-0.4.0 vs README.markdown in api_matchers-0.5.0
- old
+ new
@@ -127,10 +127,12 @@
end
response.should have_node(:foo).with('bar')
```
-# Instead of:
+Instead of:
+
+```ruby
response.body.should have_node(:foo)
```
### Have JSON Node Matcher