Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created June 18, 2013 07:30
Show Gist options
  • Save jugyo/5803336 to your computer and use it in GitHub Desktop.
Save jugyo/5803336 to your computer and use it in GitHub Desktop.
RubyTest.sublime-settings for spring with rspec
{
"run_rspec_command": "spring rspec {relative_path} --no-color",
"run_single_rspec_command": "spring rspec {relative_path}:{line_number} --no-color"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment