In our application we have packs and sometimes we colocate specs inside them.
For example, we have the feature spec packs/test_results/spec/features/review_results_spec.rb, but when running it with the extension it tries to execute bundle exec rspec --color spec/features/review_results_spec.rb, omitting the packs/test_results/ part.
I'l be happy to work on this issue if you think it's a legit one. Thanks!
In our application we have packs and sometimes we colocate specs inside them.
For example, we have the feature spec
packs/test_results/spec/features/review_results_spec.rb, but when running it with the extension it tries to executebundle exec rspec --color spec/features/review_results_spec.rb, omitting thepacks/test_results/part.I'l be happy to work on this issue if you think it's a legit one. Thanks!