-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzeus.json
31 lines (30 loc) · 870 Bytes
/
zeus.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"command": "ruby -rubygems -r./custom_plan -eZeus.go",
"plan": {
"boot": {
"default_bundle": {
"development_environment": {
"prerake": {
"rake": []
},
"runner": ["r"],
"console": ["c"],
"server": ["s"],
"generate": ["g"],
"destroy": ["d"],
"dbconsole": []
},
"test_environment": {
"test_helper": {
"spec": ["rspec", "testrb"]
}
},
"cucumber_environment": {
"cucumber_env": {
"cucumber": ["cuc"]
}
}
}
}
}
}