mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Mark truthy matchers as complete
This commit is contained in:
parent
3d4d8f67be
commit
8297152c36
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue