Update test blueprints to reflect qunit 2.0 compatibility#54
Update test blueprints to reflect qunit 2.0 compatibility#54kimroen merged 2 commits intokimroen:masterfrom taddeimania:qunit-2-compat
Conversation
|
Thank you very much for doing this. I will hold off until ember-cli is updated, like you suggest. 👍 |
There was a problem hiding this comment.
This has been renamed to render() (ember-cli/ember-cli@b13bde0)
|
Updated commit to replace append to render. |
|
rebased your master branch into this PR today to make it easier to merge. |
|
Looks like CLI can't make up it's mind - i'll update the PR tonight to reflect this pending PR for cli. |
|
Awesome :) Hopefully there's a new version of ember-cli soon. |
|
This commit: https://github.com/taddeimania/ember-cli-coffeescript/commit/fd33db2bc151a0896f8e27b744aaa7aa8a82e87c removes QUnit globals from test blueprints to coincide with upcoming QUnit 0.2 compat changes. |
|
The new version of ember-cli was cut so this PR is relevant now! Go ahead and merge. |
Update test blueprints to reflect qunit 2.0 compatibility
|
Thank you very much! |
This commit should keep the blueprints up to date with recent changes in ember-cli meant to coincide with new qunit deprecations.
See commit here: ember-cli/ember-cli@c35e358
This can probably wait until the next ember-cli version is released containing the new test blueprints.