From a49f8eaa71af70e1af3af56827c3605d03e349d8 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 26 Aug 2019 21:04:54 -0600 Subject: [PATCH] Add Mocks and Doubles to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a828f2a..ae6e0e5 100644 --- a/README.md +++ b/README.md @@ -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