Last active
November 30, 2015 04:59
-
-
Save rjattrill/7e03c956b710ce5ebace to your computer and use it in GitHub Desktop.
Ruby Build configuration for Rake w. Jruby
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
{ | |
"cmd": "jruby", | |
"name": "rake test", | |
"args": [ "-S", "bundle", "exec", "rake", "test", "TEST=\"{FILE_ACTIVE}\""], | |
"sh": false, | |
"cwd": "{PROJECT_PATH}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An easier way is just to use Intellij / RubyMine