- Fix relationship matchers with conditional procs
- Backport v1.2.1
- Add default description for relationship object_method_name submatcher
- Add
.object_method_namesubmatcher for relationship matchers (belong_to,have_oneandhave_many)
- Backport v1.1.2
- Add default description for relationship id_method_name submatcher
- Add
.id_method_namesubmatcher for relationship matchers (belong_to,have_oneandhave_many)
- Add failure message when negated for relationship matchers
- Backport v1.0.1
- Add default description for relationship serializer submatcher
- Add
.serializersubmatcher for relationship matchers (belong_to,have_oneandhave_many)
- Add default description for have_attribute matcher and submatchers
- Add default description for have_link matcher and submatchers
- Add default description for have_meta matcher and submatchers
- Initial release