mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
All hook types are implemented
This commit is contained in:
parent
56229cdc93
commit
7cfa432dfd
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ In no particular order, features that have been implemented and are planned:
|
|||
- [X] `describe` and `context` blocks
|
||||
- [X] Contextual values with `let`, `let!`, `subject`, `described_class`
|
||||
- [X] Test multiple and generated values - `given`
|
||||
- [ ] Before and after hooks - `before_each`, `before_all`, `after_each`, `after_all`, `around_each`
|
||||
- [X] Before and after hooks - `before_each`, `before_all`, `after_each`, `after_all`, `around_each`
|
||||
- [ ] One-liner syntax
|
||||
- [ ] Should syntax
|
||||
- [X] Helper methods and modules
|
||||
|
|
Loading…
Reference in a new issue