Skip to content

Commit

Permalink
tests/unit/blueprints/addon: Adjust expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Sep 17, 2016
1 parent 18321bb commit e385562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/blueprints/addon-test.js
Expand Up @@ -95,12 +95,12 @@ describe('blueprint - addon', function() {
{\n\
"name": "test-project-name",\n\
"description": "The default blueprint for ember-cli addons.",\n\
"scripts": {\n\
"test": "ember try:each"\n\
},\n\
"keywords": [\n\
"ember-addon"\n\
],\n\
"scripts": {\n\
"test": "ember try:each"\n\
},\n\
"dependencies": {},\n\
"devDependencies": {\n\
"ember-disable-prototype-extensions": "^1.1.0"\n\
Expand Down

0 comments on commit e385562

Please sign in to comment.