You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2018. It is now read-only.
[email protected] introduced a new testing API and deprecated the old describeXXX() helpers. The blueprints in this repository need to be updated to reflect those changes.
Instead of just updating we should make sure that uses with all versions of ember-cli-mocha get the right blueprints. We can accomplish that by checking the installed version of ember-cli-mocha using a VersionChecker and then deciding whether to use the mocha-files or mocha-0.12-files blueprints folder.
[email protected]
introduced a new testing API and deprecated the olddescribeXXX()
helpers. The blueprints in this repository need to be updated to reflect those changes.Instead of just updating we should make sure that uses with all versions of
ember-cli-mocha
get the right blueprints. We can accomplish that by checking the installed version ofember-cli-mocha
using a VersionChecker and then deciding whether to use themocha-files
ormocha-0.12-files
blueprints folder.The tracking issue for this is ember-cli/ember-cli-mocha#142
The text was updated successfully, but these errors were encountered: