Skip to content

Instantly share code, notes, and snippets.

@tyler-smith
Created September 28, 2012 19:39
Show Gist options
  • Save tyler-smith/3801729 to your computer and use it in GitHub Desktop.
Save tyler-smith/3801729 to your computer and use it in GitHub Desktop.
Install this gem and add this file to the project root
# ~/.gitignore but GH doesn't allow subdirs in gists
zeus.json
> gem install zeus-rails23
{
"command": "ruby -rubygems -rzeus/rails23/plan -eZeus.go",
"plan": {
"boot": {
"default_bundle": {
"development_environment": {
"prerake": {"rake": []},
"runner": ["r"],
"console": ["c"],
"server": ["s"],
"generate": ["g"],
"dbconsole": []
},
"test_environment": {
"cucumber_environment": {"cucumber": []},
"test_helper": {"test": ["rspec", "testrb"]}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment