From 5ad1277bddad8cf2f646a9089477883458854523 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 7 Mar 2020 16:54:31 -0700 Subject: [PATCH] Add deferred expectations to the check list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e0d233..bf08191 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,7 @@ Items not marked as completed may have partial implementations. - [ ] Aliasing - custom example group types with preset attributes - [X] Pending tests - `pending` - [ ] Shared examples - `behaves_like`, `include_examples` + - [X] Deferred expectations - `to_eventually`, `to_never` - [ ] Matchers - [X] Equality matchers - `eq`, `ne`, `be ==`, `be !=` - [X] Comparison matchers - `be <`, `be <=`, `be >`, `be >=`, `be_within[.of]`, `be_close`