Add Mocks and Doubles to README

This commit is contained in:
Michael Miller 2019-08-26 21:04:54 -06:00
parent 14c7a46452
commit a49f8eaa71

View file

@ -309,6 +309,12 @@ Items not marked as completed may have partial implementations.
- [X] `change[.by|.from[.to]|.to|.by_at_least|.by_at_most]`
- [X] `have_attributes`
- [ ] Compound - `and`, `or`
- [ ] Mocks and Doubles
- [ ] Mocks (Stub real types)
- [ ] Doubles (Stand-ins for real types)
- [ ] Method stubs
- [ ] Spies
- [ ] Null doubles
- [ ] Runner
- [X] Fail fast
- [ ] Test filtering - by name, context, and tags