@@ -55,10 +55,10 @@ describe('Angular generator', function () {
5555 'Gruntfile.js' ,
5656 'package.json' ,
5757 [ 'bower.json' , / " n a m e " : \s + " t e m p " / ] ,
58- 'app/app/main .js' ,
58+ 'app/scripts/app .js' ,
5959 'app/index.html' ,
60- 'app/controller /main.js' ,
61- 'test/spec/controller /main.js'
60+ 'app/scripts/controllers /main.js' ,
61+ 'test/spec/controllers /main.js'
6262 ] ;
6363 helpers . mockPrompt ( angular , {
6464 bootstrap : true ,
@@ -83,10 +83,10 @@ describe('Angular generator', function () {
8383 'Gruntfile.js' ,
8484 'package.json' ,
8585 [ 'bower.json' , / " n a m e " : \s + " t e m p " / ] ,
86- 'app/app/main .coffee' ,
86+ 'app/scripts/app .coffee' ,
8787 'app/index.html' ,
88- 'app/controller /main.coffee' ,
89- 'test/spec/controller /main.coffee'
88+ 'app/scripts/controllers /main.coffee' ,
89+ 'test/spec/controllers /main.coffee'
9090 ] ;
9191 helpers . mockPrompt ( angular , {
9292 bootstrap : true ,
@@ -115,8 +115,8 @@ describe('Angular generator', function () {
115115 angular . run ( [ ] , function ( ) {
116116 angularCtrl . run ( [ ] , function ( ) {
117117 helpers . assertFiles ( [
118- [ 'app/controller /foo.js' , / c o n t r o l l e r \( ' F o o C t r l ' / ] ,
119- [ 'test/spec/controller /foo.js' , / d e s c r i b e \( ' C o n t r o l l e r : F o o C t r l ' / ]
118+ [ 'app/scripts/controllers /foo.js' , / c o n t r o l l e r \( ' F o o C t r l ' / ] ,
119+ [ 'test/spec/controllers /foo.js' , / d e s c r i b e \( ' C o n t r o l l e r : F o o C t r l ' / ]
120120 ] ) ;
121121 done ( ) ;
122122 } ) ;
0 commit comments