icy-arctic-fox / spectator

Feature-rich testing framework for Crystal inspired by RSpec.
https://gitlab.com/arctic-fox/spectator
MIT License
103 stars 5 forks source link

Allow matching any line in spec grouping #24

Closed matthewmcgarvey closed 3 years ago

matthewmcgarvey commented 3 years ago

Related to https://github.com/icy-arctic-fox/spectator/issues/19 but expanded to support passing a line number within the grouping of a spec. If the line number matches a context block, every spec within that context should be run. The same goes for the describe block. If the line number falls on a specific spec then that should be run specifically, still.

icy-arctic-fox commented 3 years ago

Implemented in v0.10