Skip to content

Multiple examples can be specified by line number.

Created by: hjdivad

This would allow things like

rspec --line_number 3 --line_number 7

which would match examples defined on lines 3 and 7.

The particular reason why I want this is I'm working on an autotest style that will only invoke examples I've modified since the last write to the file, which may of course include more than one example.

Thanks in advance for your time.

Merge request reports