Mark change matchers as complete

This commit is contained in:
Michael Miller 2019-08-11 23:11:15 -06:00
parent 4e15487a0f
commit 41580acee2
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ Items not marked as completed may have partial implementations.
- [ ] Misc. matchers
- [X] `match`
- [ ] `satisfy`
- [ ] `change[.by|.from[.to]|.to|.by_at_least|.by_at_most]`
- [X] `change[.by|.from[.to]|.to|.by_at_least|.by_at_most]`
- [X] `have_attributes`
- [ ] Compound - `and`, `or`
- [ ] Runner