Skip to content

Instantly share code, notes, and snippets.

@seanmcmills
Last active December 23, 2015 05:29
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 seanmcmills/6587402 to your computer and use it in GitHub Desktop.
Save seanmcmills/6587402 to your computer and use it in GitHub Desktop.
zeus.json
{
"command": "ruby -rubygems -r./custom_plan -eZeus.go",
"plan": {
"boot": {
"default_bundle": {
"development_environment": {
"prerake": {"rake": []},
"console": ["c"],
"server": ["s"]
},
"test_environment": {
"cucumber_environment": {"cucumber": []}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment