Mark truthy matchers as complete

This commit is contained in:
Michael Miller 2019-01-23 16:08:41 -07:00
parent 3d4d8f67be
commit 8297152c36

View file

@ -112,7 +112,7 @@ In no particular order, features that have been implemented and are planned:
- [ ] Shared examples - `behaves_like`, `include_examples`
- [ ] Matchers
- [X] Equality matchers - `eq`, `be`, `be_a`, `match`
- [ ] 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`
- [ ] Question matchers - `be_nil`, `be_xxx`
- [ ] Exception matchers - `raise_error`