Mark comparison matchers as complete

This commit is contained in:
Michael Miller 2019-01-25 13:53:14 -07:00
parent 12864492b7
commit a88c6545d9

View file

@ -113,7 +113,7 @@ In no particular order, features that have been implemented and are planned:
- [ ] Matchers - [ ] Matchers
- [X] Equality matchers - `eq`, `be`, `be_a`, `match` - [X] Equality matchers - `eq`, `be`, `be_a`, `match`
- [X] Truthy matchers - `be_true`, `be_false`, `be_truthy`, `be_falsey` - [X] Truthy matchers - `be_true`, `be_false`, `be_truthy`, `be_falsey`
- [ ] Comparison matchers - `<`, `<=`, `>`, `>=`, `be_within` - [X] Comparison matchers - `<`, `<=`, `>`, `>=`, `be_within`
- [ ] Question matchers - `be_nil`, `be_xxx` - [ ] Question matchers - `be_nil`, `be_xxx`
- [ ] Exception matchers - `raise_error` - [ ] Exception matchers - `raise_error`
- [ ] Collection matchers - `start_with`, `end_with`, `contain`, `contain_exactly` - [ ] Collection matchers - `start_with`, `end_with`, `contain`, `contain_exactly`