Open
Description
Basically, the subject. It's a pretty common piece of functionality for a Ruby extension IMHO.
Also, there can be a config to map custom relations between files and their specs (e.g. from app/controllers/{file}.rb
to spec/requests/api/v1/{file}_spec.rb
.
A good example of it could be https://marketplace.visualstudio.com/items?itemName=malt03.rails-rspec-file-toggle. We can replicate its functionality.
WDYT? I'm willing to contribute BTW.