Files
openfoodnetwork/zeus.json
Rohan Mitchell 0e313e5826 Add Zeus config
2012-09-14 10:23:22 +10:00

23 lines
458 B
JSON

{
"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": []}
}
}
}
}
}