@@ -49,6 +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' } ) ;
5253 confirm ( 'app/styles/app.css' , { type : 'style' , name : 'app' , namespace : '' , collection : 'styles' , collectionGroup : 'ui' } ) ;
5354 confirm ( 'app/styles/components/badges.css' , { type : 'style' , name : 'badges' , namespace : 'components' , collection : 'styles' , collectionGroup : 'ui' } ) ;
5455 confirm ( 'app/mixins/foo/bar.js' , { type : 'util' , name : 'bar' , namespace : 'mixins/foo' , collection : 'utils' } ) ;
@@ -81,7 +82,7 @@ describe('classic engine', function() {
8182 'app/router.js' : 'src/router.js' ,
8283 'app/README.md' : 'src/README.md' ,
8384 'app/_config.yml' : 'src/_config.yml' ,
84- 'app/index.html' : 'src/main /index.html' ,
85+ 'app/index.html' : 'src/init /index.html' ,
8586 'app/styles/app.css' : 'src/ui/styles/app.css' ,
8687 'app/styles/components/badges.css' : 'src/ui/styles/components/badges.css' ,
8788 'app/mirage/config.js' : 'src/mirage/config.js' ,
0 commit comments