Hey Alex,
Have you used Test Double's verifying invocation feature in your Ember tests? Since td.verify() is meant to be an assertion, you end up getting an error like "Expected at least one assertion, but none were run - call expect(0) to accept zero assertions." if you don't call a method off of the provided assert. Just curious if you found any clever ways around this. 🙂