Skip to content

Commit 6a3e14e

Browse files
author
Kelly Selden
committed
failing test for scope missing in init
1 parent 389cf46 commit 6a3e14e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

test/fixtures/blueprint/app/local-app/init/my-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "my-app",
2+
"name": "@my-scope/my-app",
33
"version": "0.0.0",
44
"description": "",
55
"main": "index.js"

test/fixtures/blueprint/app/local-app/local/my-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "my-app",
2+
"name": "@my-scope/my-app",
33
"version": "0.0.0",
44
"description": "",
55
"main": "index.js"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
my-app
1+
@my-scope/my-app
22
ember-cli-update-git-blueprint-test
33
0.0.1
44
foo

test/fixtures/blueprint/app/local-app/merge/my-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "my-app",
2+
"name": "@my-scope/my-app",
33
"version": "0.0.0",
44
"description": "",
55
"main": "index.js"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
my-app
1+
@my-scope/my-app
22
ember-cli-update-git-blueprint-test
33
0.0.2
44
foo
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
my-app
1+
@my-scope/my-app
22
ember-cli-update-git-blueprint-test
33
0.0.1
44
foo

0 commit comments

Comments
 (0)