-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprojections.json
More file actions
35 lines (35 loc) · 800 Bytes
/
projections.json
File metadata and controls
35 lines (35 loc) · 800 Bytes
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
32
33
34
35
{
"src/packages/profiles/components/*.vue": {
"alternate": "test/unit/specs/packages/profiles/components/{}.spec.js"
},
"test/unit/specs/packages/profiles/components/*.spec.js": {
"alternate": "src/packages/profiles/components/{}.vue"
},
"app/javascript/pages/*.vue": {
"skeleton": "page"
},
"app/javascript/components/*.vue": {
"skeleton": "component"
},
"spec/*_spec.rb": {
"alternate": "app/{}.rb",
"skeleton": "spec"
},
"spec/factories/*.rb": {
"alternate": "app/models/{}.rb",
"skeleton": "factory"
},
"app/*.rb": {
"alternate": "spec/{}_spec.rb",
"test": "spec/{}_spec.rb"
},
"app/models/*.rb": {
"skeleton": "model"
},
"*.rb": {
"skeleton": "skel"
},
"lib/tasks/*.rake": {
"skeleton": "rake_task"
}
}