-
-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implicit service injection fails in unit tests for dasherized names #108
Comments
If you explicitly inject, it works...ie |
Based on https://github.com/rwjblue/ember-qunit/issues/199, I think this may be related to resolver shenanigans (and not directly related to services themselves). |
I've got a solution that I am working on for this, hopefully will have a PR ready shortly... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given a service
foo-bar
, a route withfooBar: Ember.inject.service()
, and a unit test withneeds: ['service:foo-bar']
, the test blows up and fails to find the injected service via implicit name lookup.The text was updated successfully, but these errors were encountered: