Skip to content

Commit

Permalink
Commit zeus setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Dec 21, 2012
1 parent e3deec8 commit 900c254
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions zeus.json
@@ -0,0 +1,21 @@
{
"command": "ruby -rubygems -rzeus/rails -eZeus.go",

"plan": {
"boot": {
"default_bundle": {
"development_environment": {
"prerake": {"rake": []},
"runner": ["r"],
"console": ["c"],
"server": ["s"],
"generate": ["g"],
"dbconsole": []
},
"test_environment": {
"test_helper": {"test": ["rspec", "testrb"]}
}
}
}
}
}

0 comments on commit 900c254

Please sign in to comment.