softlayer / sl-ember-translate

An Ember CLI Addon that provides the ability to lookup a dictionary value either through method calls or via a component in your templates.
http://softlayer.github.io/sl-ember-translate/
MIT License
4 stars 4 forks source link

Create a functional test that ensures that the service is being referenced correctly in the component and mixing #135

Closed notmessenger closed 9 years ago

notmessenger commented 9 years ago

We're not testing that the Ember injection is working correctly, but rather that we are using the correct service name within these files. A situation occurred where we renamed the service but missed the rename in these files