Mike Kim

Results 2 issues of Mike Kim

When calling Ember.run during test setup, I get the following error: Error while loading route: TypeError: 'null' is not an object (evaluating 'get$(get$(this, 'auth'), '_session').retrieve') at http://127.0.0.1:57645/assets/ember-auth-module-rememberable.js?body=1:68 at http://127.0.0.1:57645/assets/ember-auth-module-rememberable.js?body=1:41 at...

Has anyone attempted integration testing with ember-auth? I just started and ran into the issue described here: http://discuss.emberjs.com/t/guide-asynchronous-side-effects-in-testing/2905 Basically, the fix is to wrap all code that produces async side...