Skip to content

Instantly share code, notes, and snippets.

@rjattrill
Last active November 30, 2015 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjattrill/7e03c956b710ce5ebace to your computer and use it in GitHub Desktop.
Save rjattrill/7e03c956b710ce5ebace to your computer and use it in GitHub Desktop.
Ruby Build configuration for Rake w. Jruby
{
"cmd": "jruby",
"name": "rake test",
"args": [ "-S", "bundle", "exec", "rake", "test", "TEST=\"{FILE_ACTIVE}\""],
"sh": false,
"cwd": "{PROJECT_PATH}"
}
@rjattrill
Copy link
Author

An easier way is just to use Intellij / RubyMine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment