Last active
July 5, 2022 08:53
-
-
Save UltraInstinct05/8a8fcbf63bb3f603c469032a22780bbc to your computer and use it in GitHub Desktop.
Running tests using mouse bindings.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "button": "button3", "command": "execute_test_under_cursor" }, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This assumes that you want to run
rspec <path_to_file>:<line_number>
from the command line. The middle mouse button just helps in getting the line number.