If you need to run rake test instead of rails test or rspec, you need to pass the test name and it doesn't work with line numbers (which btw is not the best practice since you can move line numbers when writing tests).
Is there any trick that we can use when setting the property Ruby: spec command in the extension's options?
If you need to run
rake testinstead ofrails testorrspec, you need to pass the test name and it doesn't work with line numbers (which btw is not the best practice since you can move line numbers when writing tests).Is there any trick that we can use when setting the property
Ruby: spec commandin the extension's options?