Closed devjones closed 10 years ago
The toggle to spec file feature was broken with the following popular angular generator which uses the "-spec.js" format: https://github.com/cgross/generator-cg-angular
This also gave me the idea to use a setting to configure the suffix used to create a new spec. Right now is fixed on .spec.js. I'll give it a try soon.
.spec.js
Thanks a lot!
The toggle to spec file feature was broken with the following popular angular generator which uses the "-spec.js" format: https://github.com/cgross/generator-cg-angular