ember-flash-messages
ember-flash-messages copied to clipboard
Error: Attempting to inject an unknown injection: `service:flashMessageQueue`
When I try to run a test that involves a route that contains the service:flashMessageQueue, it is failing with that error message. It's a pretty vague error message, here is the full output:
not ok 47 PhantomJS 2.0 - route:wiki: it tests pushing changes
---
actual: >
false
expected: >
true
message: >
Error: Attempting to inject an unknown injection: service:flashMessageQueue
Log: >
...
Hmm, what versions of Ember and Ember CLI are you running?
Ember: 1.13.3 Ember-CLI: 1.13.1 ember-flash-messages: 0.6.1
I just realized this never got solved - sorry. If this is still relevant, was this a unit test?
I have the same problem