Created
July 29, 2014 17:53
-
-
Save pjmartorell/336803fee86412f87d8e to your computer and use it in GitHub Desktop.
Rspec Sublime Build System
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
// It's saved under path_to_Packages/User/ | |
{ | |
"env":{ | |
"PATH":"${HOME}/.rvm/bin:${PATH}" | |
}, | |
"cmd": ["rvm-auto-ruby","-S", "bundle", "exec", "rspec", "-I ${file_path}", "$file"], | |
"file_regex": "# ([A-Za-z:0-9_./ ]+rb):([0-9]+)", | |
"working_dir": "${project_path:${folder:${file_path}}}", | |
"selector": "source.ruby", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment