Skip to content

Commit

Permalink
Merge pull request #325 from Gaurav0/minor_fix
Browse files Browse the repository at this point in the history
Minor fix for previous PR
  • Loading branch information
Gaurav0 committed Feb 16, 2016
2 parents 90db997 + dcd1eb5 commit 1f1178b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ function getEmberCLIBlueprints() {
'helper': 'helper/files/__root__/helpers/__name__.js',
'test-helper': 'app/files/tests/test-helper.js',
'test-resolver': 'app/files/tests/helpers/resolver.js',
'controller-test': 'route-test/files/tests/unit/__path__/__test__.js',
'controller-test': 'controller-test/files/tests/unit/__path__/__test__.js',
'route-test': 'route-test/files/tests/unit/__path__/__test__.js',
'service-test': 'route-test/files/tests/unit/__path__/__test__.js'
'service-test': 'service-test/files/tests/unit/__path__/__test__.js'
};

for (var blueprintName in cliBlueprintFiles) {
Expand Down

0 comments on commit 1f1178b

Please sign in to comment.