-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add blueprints for "ember-cli-mocha >= 0.12.0" #14667
Comments
Sounds like a good plan to me... |
@rwjblue can we target the |
Assuming it lands within the next couple weeks, yes. But you would target |
what about acceptance tests? shouldn't we add template for >= 0.12.0 ? https://github.com/emberjs/ember.js/tree/master/blueprints/acceptance-test |
@cs3b - In general, commenting on a previously closed issue is going to be missed. Please open a new issue with an explanation of the issue you are seeing... |
[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: