With angular-cli 0.0.33, generating a pipe named `foo` ``` ng g p foo installing pipe create src/client/app/foo.pipe.ts create src/client/app/foopipe.spec.ts ``` The spec file created is `foopipe.spec.ts` whereas it should be `foo.pipe.spec.ts`