From 431a184aaa744593f788357a741084a5bc4b65ef Mon Sep 17 00:00:00 2001 From: Mike Brocchi Date: Sun, 24 Jan 2016 08:34:06 -0500 Subject: [PATCH] chore(test): removed failing unit test for unsupported feature --- tests/acceptance/new.spec.js | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tests/acceptance/new.spec.js b/tests/acceptance/new.spec.js index 3fbc85f79a..8581f57613 100644 --- a/tests/acceptance/new.spec.js +++ b/tests/acceptance/new.spec.js @@ -159,22 +159,6 @@ describe('Acceptance: ng new', function() { .then(confirmBlueprintedForDir('tmp/my_blueprint')); }); - - it('ng new with git blueprint uses checks out the blueprint and uses it', function(){ - this.timeout(20000); // relies on GH network stuff - - return ng([ - 'new', - 'foo', - '--skip-npm', - '--skip-bower', - '--skip-git', - '--blueprint=https://github.com/trek/app-blueprint-test.git' - ]).then(function() { - expect(existsSync('.ember-cli')); - }); - }); - it('ng new without skip-git flag creates .git dir', function(){ return ng([ 'new',