Michael Miller
|
d3ad0963cd
|
Minor fixes
|
2021-01-30 17:31:50 -07:00 |
|
Michael Miller
|
4500ebcddc
|
Update old references to Value and Block
|
2021-01-16 11:02:29 -07:00 |
|
Michael Miller
|
f465df48d4
|
Fix copy/paste fail docs
|
2020-12-23 13:18:36 -07:00 |
|
Michael Miller
|
5ec7e25d57
|
Remove splat
|
2020-12-23 12:54:44 -07:00 |
|
Michael Miller
|
0540f94823
|
Add contain_elements and have_elements variants
|
2020-12-23 12:38:37 -07:00 |
|
Michael Miller
|
8f0718db86
|
Handle splat in macro for matcher DSL
Should fix https://github.com/icy-arctic-fox/spectator/issues/8
|
2020-08-11 14:37:37 -06:00 |
|
Michael Miller
|
9c14c69bba
|
Change "ditto" to ":ditto:"
|
2020-08-06 19:20:18 -06:00 |
|
Michael Miller
|
476e54bb2b
|
Store expected value as array
Fixes issue where contain_exactly matcher would try to append to a tuple
(which isn't allowed).
|
2020-05-28 22:23:29 -06:00 |
|
Davide Paolo Tua
|
ce9bf918c1
|
Fix syntax errors in be_between matcher
|
2020-02-21 12:48:22 +01:00 |
|
Michael Miller
|
b7c686e836
|
Add cover matcher
Works the same as `contain` but is for ranges.
|
2020-01-05 22:49:27 -07:00 |
|
Michael Miller
|
034c1cd6cb
|
Change array matcher to allow any order
|
2020-01-05 11:42:39 -07:00 |
|
Michael Miller
|
93c442d1e2
|
Add instance_of matcher to check exact type
|
2020-01-04 12:46:08 -07:00 |
|
Michael Miller
|
c3688807d4
|
Add kind_of aliases for be_a matcher
|
2020-01-04 10:08:01 -07:00 |
|
Michael Miller
|
34060ce181
|
Ensure top-level Crystal types are used
|
2020-01-04 09:49:28 -07:00 |
|
Michael Miller
|
66dc6bf098
|
Uncomment predicate matcher
|
2019-11-09 09:38:11 -07:00 |
|
Michael Miller
|
c95e228bde
|
Move mocks to their own module
|
2019-11-03 09:44:32 -07:00 |
|
Michael Miller
|
d422376aaf
|
Initial work on have_received matcher
|
2019-10-13 18:41:10 -06:00 |
|
Michael Miller
|
c94b284ab3
|
Replace large DSL files with smaller, logical groups
|
2019-09-15 09:15:33 -06:00 |
|