REFACTOR: Rename store:main to service:store so we can inject it

This commit is contained in:
Robin Ward
2017-10-27 13:59:22 -04:00
parent f2219138e1
commit fbd5f1e411
11 changed files with 34 additions and 33 deletions

View File

@ -33,7 +33,7 @@ export default function(name, opts) {
{ instantiate: false });
}
this.registry.register('store:main', store, { instantiate: false });
this.registry.register('service:store', store, { instantiate: false });
if (opts.beforeEach) {
opts.beforeEach.call(this, store);