Skip to content

Instantly share code, notes, and snippets.

@jacobsimeon
Created September 24, 2013 17:24
Show Gist options
  • Save jacobsimeon/6688195 to your computer and use it in GitHub Desktop.
Save jacobsimeon/6688195 to your computer and use it in GitHub Desktop.
Zeus config
{
"command": "ruby -rubygems -r./custom_plan -eZeus.go",
"plan": {
"boot": {
"default_bundle": {
"development_environment": {
"prerake": {"rake": []},
"console": ["c"],
"generate": ["g"],
"destroy": ["d"]
},
"test_environment": {
"test_helper": {"test": ["rspec"]}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment