mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
23 lines
496 B
JSON
23 lines
496 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": {
|
|
"cucumber_environment": {"cucumber": []},
|
|
"test_helper": {"test": ["rspec", "testrb"]}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|