Skip to content

Commit f9b7193

Browse files
author
Kelly Selden
committed
failing test for project with scope
1 parent 8489de1 commit f9b7193

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

test/fixtures/custom/addon/local/my-custom-addon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# my-custom-addon
1+
# @my-scope/my-custom-addon
22

33
This README outlines the details of collaborating on this Ember addon.
44

55
## Installation
66

77
* `git clone <repository-url>` this repository
8-
* `cd my-custom-addon`
8+
* `cd @my-scope/my-custom-addon`
99
* `npm install`
1010
* `bower install`
1111

test/fixtures/custom/addon/local/my-custom-addon/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
'use strict';
33

44
module.exports = {
5-
name: 'my-custom-addon'
5+
name: '@my-scope/my-custom-addon'
66
};

test/fixtures/custom/addon/local/my-custom-addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "my-custom-addon",
2+
"name": "@my-scope/my-custom-addon",
33
"version": "0.0.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [

test/fixtures/custom/addon/merge/my-custom-addon/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Installation
44

55
* `git clone <repository-url>`
6-
* `cd my-custom-addon`
6+
* `cd @my-scope/my-custom-addon`
77
* `npm install`
88

99
## Linting

test/fixtures/custom/addon/merge/my-custom-addon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
my-custom-addon
1+
@my-scope/my-custom-addon
22
==============================================================================
33

44
[Short description of the addon.]
@@ -15,7 +15,7 @@ Installation
1515
------------------------------------------------------------------------------
1616

1717
```
18-
ember install my-custom-addon
18+
ember install @my-scope/my-custom-addon
1919
```
2020

2121

test/fixtures/custom/addon/merge/my-custom-addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "my-custom-addon",
2+
"name": "@my-scope/my-custom-addon",
33
"version": "0.0.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [

0 commit comments

Comments
 (0)