shard-spectator/spec
Michael Miller eb8bd88927
Handle case with typeless block
Fixes syntax:
`stub method(&block)`

To stub a block with args, use:
`stub method(&block : Type -> Type)`

Addresses https://github.com/icy-arctic-fox/spectator/issues/42
2022-02-21 18:17:44 -07:00
..
docs
features Support multiple block arguments in sample block 2022-01-11 15:53:53 -07:00
helpers Spelling 2022-01-10 21:10:36 -07:00
issues Handle case with typeless block 2022-02-21 18:17:44 -07:00
matchers Support variables and methods for type matcher (be_a). 2021-04-17 09:38:29 -06:00
rspec Formatting 2022-01-07 17:27:25 -07:00
spectator
runtime_example_spec.cr
spec_helper.cr