Skip to content

Commit c75e9f5

Browse files
author
benholloway
committed
Merge remote-tracking branch 'remotes/upstream/master'
Conflicts: test/tasks/init.spec.js
2 parents 11da894 + 6108afc commit c75e9f5

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ install:
2121
- jasmine-node --version
2222

2323
test_script:
24-
- npm test
24+
- jasmine-node --verbose --test-dir C:\projects\node-angularity\test
2525

2626
build: off

tasks/init.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ gulp.task('init', function (done) {
260260
'init:angularity',
261261
cliArgs.npm && 'init:npm',
262262
cliArgs.bower && 'init:bower',
263-
cliArgs.bower && 'init:bower',
264263
cliArgs.karma && 'init:karma',
265264
cliArgs.jshint && 'init:jshint',
266265
cliArgs.gitignore && 'init:gitignore'

test/tasks/init.spec.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ describe('The Angularity init task should correctly initialise all the files nee
4141
//'init:jshint'
4242
expect(fs.existsSync(path.join(initTempPath, '.jshintrc'))).toBe(true);
4343

44-
//'init:gitignore'
45-
expect(fs.existsSync(path.join(initTempPath, '.gitignore'))).toBe(true);
46-
4744
//'init:composition'
4845
var appPath = path.join(initTempPath, 'app');
4946
expect(fs.existsSync(path.join(appPath, 'index.html'))).toBe(true);

0 commit comments

Comments
 (0)