Last active
January 2, 2016 06:29
-
-
Save cwsaylor/8263477 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Show hidden characters
{ | |
"cmd": ["bundle", "exec", "rspec", "--colour", "--drb", "${file}"], | |
"file_regex": "# ([A-Za-z:0-9_./ ]+rb):([0-9]+)", | |
"working_dir": "${project_path:${folder:${file_path}}}", | |
"selector": "source.ruby", | |
"shell": false | |
} | |
# or | |
{ | |
"cmd": ["bundle exec rspec --colour --drb ${file}"], | |
"file_regex": "# ([A-Za-z:0-9_./ ]+rb):([0-9]+)", | |
"working_dir": "${project_path:${folder:${file_path}}}", | |
"selector": "source.ruby", | |
"shell": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment