-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Application's store unavailable message wrong for latest ember-cli-qunit #326
Comments
Your 100% right, I have changed all my tests, but forgot to change the error message .. gimme a moment to fix that |
*You are 😆 Thanks for the awesome addon though. |
This is now fixed in v2.13.24 I made it so you can not screw it up anymore since now .. you only have to do manualSetup(this); and it will so the right thing Thanks for pointing out he message being wrong :) |
FWIW I would recommend exporting a export function setupFactoryGuy(hooks) {
hooks.beforeEach(function() {
manualSetup(this.owner);
});
} |
good suggestion .. stay tuned for that one |
v2.13.26 now has setupFactoryGuy(hooks) method @Turbo87 |
awesome, thanks! seem like I can remove our custom one then 😉 |
With the new emberjs/rfcs#232 RFC, the error message when Factory Guy can't access the application instance is wrong.
This
should change to
The text was updated successfully, but these errors were encountered: