ciena-blueplanet / ember-test-utils

A set of utilities to aid in testing components
MIT License
5 stars 18 forks source link

Error: Cannot re-register: 'service:store', as it has already been resolved. #93

Open notmessenger opened 7 years ago

notmessenger commented 7 years ago

Occurs when using code such as this: store = stubService(this, sandbox, 'store', ['createRecord'])

Appears this is offending code: https://github.com/ciena-blueplanet/ember-test-utils/blob/master/addon-test-support/stub.js#L81 (context.register(service:${name}, service) in stubService())