Commit 1bdf960a authored by Thong Kuah's avatar Thong Kuah

Add projections for initializer specs

parent 638247c2
{
"config/initializers/*.rb": {
"alternate": "spec/initializers/{}_spec.rb",
"type": "source"
},
"spec/initializers/*_spec.rb": {
"alternate": "config/initializers/{}.rb",
"type": "test"
},
"app/*.rb": {
"alternate": "spec/{}_spec.rb",
"type": "source"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment