Idea for new hook types

This commit is contained in:
Michael Miller 2018-09-22 12:35:44 -06:00
parent a82076e2b7
commit ff382ba372
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ In no particular order, features that have been implemented and are planned:
- [X] Contextual values with `let`, `let!`, `subject`, `described_class`
- [X] Test multiple and generated values - `given`
- [X] Before and after hooks - `before_each`, `before_all`, `after_each`, `after_all`, `around_each`
- [ ] Other hooks - `on_success`, `on_failure`, `on_error`
- [ ] One-liner syntax
- [ ] Should syntax
- [X] Helper methods and modules