Skip to content

Commit 185a0b5

Browse files
committed
updated the basic test case
1 parent 3e500ea commit 185a0b5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/test-creation.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,15 @@ describe('express-rest generator', function () {
2323
var expected = [
2424
// add files you expect to exist here.
2525
'.jshintrc',
26-
'.editorconfig'
26+
'.travis.yml',
27+
'package.json',
28+
'lib/db.js',
29+
'public/stylesheets/style.css',
30+
'routes/index.js',
31+
'views/index.jade',
32+
'views/layout.jade',
33+
'lib/db.js',
34+
'lib/log.js'
2735
];
2836

2937
helpers.mockPrompt(this.app, {

0 commit comments

Comments
 (0)