Is there a way to configure VS Code to run an Rspec block in the current cursor position?
Either a describe
or it
block.
I found similar functionality through Atom with the Rspec extension. A hot key became available Cmd + alt + X
. Which would trigger the single it
or a group within describe
depending where the cursor was.