Add deferred expectations to the check list

This commit is contained in:
Michael Miller 2020-03-07 16:54:31 -07:00
parent e343a97f37
commit 5ad1277bdd
1 changed files with 1 additions and 0 deletions

View File

@ -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`