Skip to content

Commit 431a184

Browse files
Broccofilipesilva
authored andcommitted
chore(test): removed failing unit test for unsupported feature
1 parent 0ac1629 commit 431a184

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tests/acceptance/new.spec.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -159,22 +159,6 @@ describe('Acceptance: ng new', function() {
159159
.then(confirmBlueprintedForDir('tmp/my_blueprint'));
160160
});
161161

162-
163-
it('ng new with git blueprint uses checks out the blueprint and uses it', function(){
164-
this.timeout(20000); // relies on GH network stuff
165-
166-
return ng([
167-
'new',
168-
'foo',
169-
'--skip-npm',
170-
'--skip-bower',
171-
'--skip-git',
172-
'--blueprint=https://github.com/trek/app-blueprint-test.git'
173-
]).then(function() {
174-
expect(existsSync('.ember-cli'));
175-
});
176-
});
177-
178162
it('ng new without skip-git flag creates .git dir', function(){
179163
return ng([
180164
'new',

0 commit comments

Comments
 (0)