@@ -49,7 +49,7 @@ describe('classic engine', function() {
4949 confirm ( 'app/app.js' , { type : 'main' , name : 'main' , namespace : '' , collection : '' , collectionGroup : '' } ) ;
5050 confirm ( 'app/router.js' , { type : 'main' , name : 'router' , namespace : '' , collection : '' , collectionGroup : '' } ) ;
5151 confirm ( 'app/index.md' , { name : 'index' , namespace : '' , collection : '' , collectionGroup : '' } ) ;
52- confirm ( 'app/index.html' , { name : 'index' , namespace : '' , collection : '' , collectionGroup : 'init ' } ) ;
52+ confirm ( 'app/index.html' , { name : 'index' , namespace : '' , collection : '' , collectionGroup : 'ui ' } ) ;
5353 confirm ( 'app/styles/app.css' , { type : 'style' , name : 'app' , namespace : '' , collection : 'styles' , collectionGroup : 'ui' } ) ;
5454 confirm ( 'app/styles/components/badges.css' , { type : 'style' , name : 'badges' , namespace : 'components' , collection : 'styles' , collectionGroup : 'ui' } ) ;
5555 confirm ( 'app/mixins/foo/bar.js' , { type : 'util' , name : 'bar' , namespace : 'mixins/foo' , collection : 'utils' } ) ;
@@ -82,7 +82,7 @@ describe('classic engine', function() {
8282 'app/router.js' : 'src/router.js' ,
8383 'app/README.md' : 'src/README.md' ,
8484 'app/_config.yml' : 'src/_config.yml' ,
85- 'app/index.html' : 'src/init /index.html' ,
85+ 'app/index.html' : 'src/ui /index.html' ,
8686 'app/styles/app.css' : 'src/ui/styles/app.css' ,
8787 'app/styles/components/badges.css' : 'src/ui/styles/components/badges.css' ,
8888 'app/mirage/config.js' : 'src/mirage/config.js' ,
0 commit comments