Created
June 4, 2014 05:18
-
-
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
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
| { | |
| "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