Add Zeus config

This commit is contained in:
Rohan Mitchell
2012-09-14 10:23:22 +10:00
parent 3794c00856
commit 0e313e5826

22
zeus.json Normal file
View File

@@ -0,0 +1,22 @@
{
"command": "ruby -rzeus/rails -eZeus.go",
"plan": {
"boot": {
"default_bundle": {
"development_environment": {
"prerake": {"rake": []},
"runner": ["r"],
"console": ["c"],
"server": ["s"],
"generate": ["g"]
},
"test_environment": {
"testtask": [],
"test_helper": {"testrb": []},
"spec_helper": {"rspec": []}
}
}
}
}
}