davidphilip

Results 11 comments of davidphilip

Also seeing this everytime I use the `click()` helper with a `paper-button` inside the tests.

I also experience a similar issue. Assume a model `person` with a hasMany relation to `roles`. When adding one role to the model `person.changed()` yields `{ roles: true }` but...

Is there anything I can do so we can move forward with this?

I had to add ".js" to the compiler-filename otherwise app.import would've thrown an error that I didn't pass a file. So instead of: ``` app.import(path.join(app.bowerDirectory, 'ember', 'ember-template-compiler')); ``` use ```...

I will add a PR for this.