Chris Sprehe

Results 5 comments of Chris Sprehe

With the changes on Jasmine 2.0 async support, it's a different animal, which I think you could largely address with how you structure your tests. For instance: ``` describe("posts", function()...

I do, but always varies on the situation and depending on the component you have to tinker with the ember container occasionally. For unit testing some components, I use jasmine...

@JulianLeviston meant to respond to you but I reached out to Stefan Penner on the Ember core team who was really helpful -- he mentioned with Ember 1.6+, the test...

hey @ryrych, there's people that have had success getting it to work just fine with Jasmine 2.0. With the Ember integration test helpers built-in promises support the test adapter abstraction...

I fixed this in my pull request (https://github.com/bkoski/array_stats/pull/3)