forked from cloudfoundry/cloud_controller_ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.projections.json
14 lines (14 loc) · 1.08 KB
/
.projections.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"app/access/*.rb": {"type": "unit", "alternate": "spec/unit/access/{}_spec.rb"},
"app/actions/*.rb": {"type": "unit", "alternate": "spec/unit/actions/{}_spec.rb"},
"app/builders/*.rb": {"type": "unit", "alternate": "spec/unit/builders/{}_spec.rb"},
"app/collection_transformers/*.rb": {"type": "unit", "alternate": "spec/unit/collection_transformers/{}_spec.rb"},
"app/controllers/*.rb": {"type": "unit", "alternate": "spec/unit/controllers/{}_spec.rb"},
"app/jobs/*.rb": {"type": "unit", "alternate": "spec/unit/jobs/{}_spec.rb"},
"app/messages/*.rb": {"type": "unit", "alternate": "spec/unit/messages/{}_spec.rb"},
"app/models/v3/persistence/*.rb": {"type": "unit", "alternate": "spec/unit/models/runtime/v3/persistence/{}_spec.rb"},
"app/models/*.rb": {"type": "unit", "alternate": "spec/unit/models/{}_spec.rb"},
"app/presenters/*.rb": {"type": "unit", "alternate": "spec/unit/presenters/{}_spec.rb"},
"app/queries/*.rb": {"type": "unit", "alternate": "spec/unit/queries/{}_spec.rb"},
"app/repositories/*.rb": {"type": "unit", "alternate": "spec/unit/repositories/{}_spec.rb"}
}