@@ -22,7 +22,7 @@ describe('node generator', function () {
2222 it ( 'creates expected files' , function ( done ) {
2323 var expectedFiles = [
2424 'lib/mymodule.js' ,
25- 'test/mymodule_test .js' ,
25+ 'test/module.spec .js' ,
2626 'example/simple.js' ,
2727 '.gitignore' ,
2828 '.jshintrc' ,
@@ -60,7 +60,7 @@ describe('node generator', function () {
6060 it ( 'creates expected files' , function ( done ) {
6161 var expectedFiles = [
6262 'lib/mymodule.js' ,
63- 'test/mymodule_test .js' ,
63+ 'test/module.spec .js' ,
6464 'example/simple.js' ,
6565 '.gitignore' ,
6666 '.jshintrc' ,
@@ -99,7 +99,7 @@ describe('node generator', function () {
9999 it ( 'generator with releaseModule' , function ( done ) {
100100 var expectedFiles = [
101101 'lib/mymodule.js' ,
102- 'test/mymodule_test .js' ,
102+ 'test/module.spec .js' ,
103103 'example/simple.js' ,
104104 '.gitignore' ,
105105 '.jshintrc' ,
@@ -137,7 +137,7 @@ describe('node generator', function () {
137137 it ( 'generator with jscsModule' , function ( done ) {
138138 var expectedFiles = [
139139 'lib/mymodule.js' ,
140- 'test/mymodule_test .js' ,
140+ 'test/module.spec .js' ,
141141 'example/simple.js' ,
142142 '.gitignore' ,
143143 '.jshintrc' ,
@@ -243,7 +243,7 @@ describe('node generator', function () {
243243 it ( 'generator with istanbul' , function ( done ) {
244244 var expectedFiles = [
245245 'lib/mymodule.js' ,
246- 'test/mymodule_test .js' ,
246+ 'test/module.spec .js' ,
247247 'example/simple.js' ,
248248 '.gitignore' ,
249249 '.jshintrc' ,
@@ -284,7 +284,7 @@ describe('node generator', function () {
284284 it ( 'generator with istanbul and coveralls' , function ( done ) {
285285 var expectedFiles = [
286286 'lib/mymodule.js' ,
287- 'test/mymodule_test .js' ,
287+ 'test/module.spec .js' ,
288288 'example/simple.js' ,
289289 '.gitignore' ,
290290 '.jshintrc' ,
0 commit comments