mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Split question matchers into other types
This commit is contained in:
parent
651127f2d4
commit
14db544441
1 changed files with 2 additions and 3 deletions
|
@ -112,11 +112,10 @@ In no particular order, features that have been implemented and are planned:
|
||||||
- [ ] Shared examples - `behaves_like`, `include_examples`
|
- [ ] Shared examples - `behaves_like`, `include_examples`
|
||||||
- [ ] Matchers
|
- [ ] Matchers
|
||||||
- [X] Equality matchers - `eq`, `be`, `be_a`, `match`
|
- [X] Equality matchers - `eq`, `be`, `be_a`, `match`
|
||||||
- [X] Truthy matchers - `be_true`, `be_false`, `be_truthy`, `be_falsey`
|
- [X] Truthy matchers - `be_true`, `be_false`, `be_truthy`, `be_falsey`, `be_nil`
|
||||||
- [X] Comparison matchers - `<`, `<=`, `>`, `>=`, `be_within`
|
- [X] Comparison matchers - `<`, `<=`, `>`, `>=`, `be_within`
|
||||||
- [X] Question matchers - `be_nil`, `be_empty`
|
|
||||||
- [ ] Exception matchers - `raise_error`
|
- [ ] Exception matchers - `raise_error`
|
||||||
- [ ] Collection matchers - `start_with`, `end_with`, `contain`, `contain_exactly`
|
- [ ] Collection matchers - `start_with`, `end_with`, `contain`, `contain_exactly`, `be_empty`
|
||||||
- [ ] Change matchers - `change`, `from`, `to`, `by`, `by_at_least`, `by_at_most`
|
- [ ] Change matchers - `change`, `from`, `to`, `by`, `by_at_least`, `by_at_most`
|
||||||
- [ ] Satisfy matcher - `satisfy`
|
- [ ] Satisfy matcher - `satisfy`
|
||||||
- [ ] Yield matchers - `yield_control`, `times`, `yield_values`
|
- [ ] Yield matchers - `yield_control`, `times`, `yield_values`
|
||||||
|
|
Loading…
Reference in a new issue