mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-17 19:26:48 +00:00
22 lines
444 B
JSON
22 lines
444 B
JSON
{
|
|
"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"]}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|