Mark all-matcher as complete

This commit is contained in:
Michael Miller 2019-08-12 14:18:08 -06:00
parent b026668de2
commit 0c205a1bf2
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ Items not marked as completed may have partial implementations.
- [X] `be_empty`
- [X] `have_key`
- [X] `have_value`
- [ ] `all`
- [X] `all`
- [ ] `all_satisfy`
- [X] Truthy matchers - `be`, `be_true`, `be_truthy`, `be_false`, `be_falsey`, `be_nil`
- [X] Error matchers - `raise_error`