mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add deferred expectations to the check list
This commit is contained in:
parent
e343a97f37
commit
5ad1277bdd
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ Items not marked as completed may have partial implementations.
|
|||
- [ ] Aliasing - custom example group types with preset attributes
|
||||
- [X] Pending tests - `pending`
|
||||
- [ ] Shared examples - `behaves_like`, `include_examples`
|
||||
- [X] Deferred expectations - `to_eventually`, `to_never`
|
||||
- [ ] Matchers
|
||||
- [X] Equality matchers - `eq`, `ne`, `be ==`, `be !=`
|
||||
- [X] Comparison matchers - `be <`, `be <=`, `be >`, `be >=`, `be_within[.of]`, `be_close`
|
||||
|
|
Loading…
Reference in a new issue