Skip to content

Instantly share code, notes, and snippets.

@cwsaylor
Last active January 2, 2016 06:29
Show Gist options
  • Save cwsaylor/8263477 to your computer and use it in GitHub Desktop.
Save cwsaylor/8263477 to your computer and use it in GitHub Desktop.
{
"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