We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac1629 commit 431a184Copy full SHA for 431a184
tests/acceptance/new.spec.js
@@ -159,22 +159,6 @@ describe('Acceptance: ng new', function() {
159
.then(confirmBlueprintedForDir('tmp/my_blueprint'));
160
});
161
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
178
it('ng new without skip-git flag creates .git dir', function(){
179
return ng([
180
'new',
0 commit comments