Update README - given is done for now

This commit is contained in:
Michael Miller 2018-09-06 22:12:58 -06:00
parent 45261c419f
commit 4df8a1013d

View file

@ -89,7 +89,7 @@ In no particular order, features that have been implemented and are planned:
- [ ] DSL - [ ] DSL
- [X] `describe` and `context` blocks - [X] `describe` and `context` blocks
- [X] Contextual values with `let`, `let!`, `subject`, `described_class` - [X] Contextual values with `let`, `let!`, `subject`, `described_class`
- [ ] Test multiple and generated values - `given` - [X] Test multiple and generated values - `given`
- [ ] Before and after hooks - `before_each`, `before_all`, `after_each`, `after_all`, `around_each` - [ ] Before and after hooks - `before_each`, `before_all`, `after_each`, `after_all`, `around_each`
- [ ] One-liner syntax - [ ] One-liner syntax
- [ ] Should syntax - [ ] Should syntax