Skip to content

Instantly share code, notes, and snippets.

@jacoyutorius
Created June 4, 2014 05:18
Show Gist options
  • Select an option

  • Save jacoyutorius/a838b742892d0eb1616a to your computer and use it in GitHub Desktop.

Select an option

Save jacoyutorius/a838b742892d0eb1616a to your computer and use it in GitHub Desktop.
SublimeText3 + RubyTest で"rspec command not found" が発生する ref: http://qiita.com/jacoyutorius/items/a81bfed66aa3bb0049ae
{
"run_rspec_command": "$HOME/.rbenv/shims/rspec exec rspec {relative_path}",
"run_single_rspec_command": "$HOME/.rbenv/shims/rspec exec rspec {relative_path} -l{line_number}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment