- ResemblesBoolean doesn't care about the value of the boolean, only that it is a boolean.
- ResemblesAnyOf with non-homogeneous arrays no longer prints errors when the overall array matched successfully.
- ResemblesJson now fails if there are unexpected keys in the actual hash
- Add a few more missing render methods
- Only try to call indifferent_access on Hashes
- Expose
expected
in the nil matcher so the description can be rendered
- Handle rendering when matcher value is null
- Change the output to be a diff-like view rather than verbose prose
- Fix an error that was included in master by mistake
- Add support for Rails 3.2 by monkey-patching String#index if it's not already