Update README with implemented matchers

This commit is contained in:
Michael Miller 2019-07-19 17:14:13 -06:00
parent 95f730965c
commit ae18316a5a
1 changed files with 2 additions and 2 deletions

View File

@ -288,9 +288,9 @@ Items not marked as completed may have partial implementations.
- [X] `contain`
- [X] `have`
- [X] `contain_exactly`
- [ ] `contain_exactly.in_any_order`
- [X] `contain_exactly.in_any_order`
- [X] `match_array`
- [ ] `match_array.in_any_order`
- [X] `match_array.in_any_order`
- [X] `start_with`
- [X] `end_with`
- [X] `be_empty`