Skip to content

Instantly share code, notes, and snippets.

@fcofdez
Created January 11, 2013 08:03
Show Gist options
  • Save fcofdez/4508818 to your computer and use it in GitHub Desktop.
Save fcofdez/4508818 to your computer and use it in GitHub Desktop.
Example of zeus configuration
{
"command": "ruby -rubygems -r./custom_plan -eZeus.go",
"plan": {
"boot": {
"default_bundle": {
"development_environment": {
"prerake": {"rake": []},
"runner": ["r"],
"console": ["c"],
"server": ["s"],
"generate": ["g"],
"destroy": ["d"],
"dbconsole": []
},
"test_environment": {
"test_helper": {"test": ["rspec"]}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment