Appending multiple line numbers to run multiple tests

In rspec we can run multiple specs as rspec spe/models/user_spec.rb:4:8 . So it would run specs defined at line number 4 and 8. But currently rails testing didn’t support this feature. Could we add it to rails. Thoughts please?

I don’t remember using that feature of rspec personally, but I see how it can be useful, so I’d say to try out a PR with the change :slight_smile:

Carlos Antonio da Silva - via celular

yeah, that should not be super hard to implement. go ahead with a PR and cc me and Kasper.

thanks