Upgradin’ in Style: How to upgrade Ember CLI
Before we begin I should mention that there are official docs which point to the individual releases with detailed information on how to accomplish an Ember-CLI »
Before we begin I should mention that there are official docs which point to the individual releases with detailed information on how to accomplish an Ember-CLI »
Configuring Torii is super simple. The only trick is that the name of the session conflicts with ember-simple-auth. I renamed mine to torii-session. Calling this.get( »
Have you ever had an Ember CLI test that passes in Chrome but not in Phantom? Of course you have. Did it have an error that »
When I first saw the inject helper in Ember Integration tests I had assumed that I would use these to stub services for testing purposes. @rwjblue »
In Ember Integration tests it sometimes becomes necessary to stub/mock services. Luckily, we have a few options open to us. Let's assume that we have »