We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's a jsbin illustrating the issue: http://emberjs.jsbin.com/wefivoquxi/3/edit
When the second test runs, it's assert.expect is not attached to the same assert sent in to beforeEach, thereby failing the expect assertion.
assert.expect
assert
beforeEach
expect
The text was updated successfully, but these errors were encountered:
Thank you very much for the demo JSBin, it made this pretty easy to track down.
Should be fixed with https://github.com/rwjblue/ember-qunit/pull/158.
Sorry, something went wrong.
Fix has been released in v0.2.12
Successfully merging a pull request may close this issue.
Here's a jsbin illustrating the issue: http://emberjs.jsbin.com/wefivoquxi/3/edit
When the second test runs, it's
assert.expect
is not attached to the sameassert
sent in tobeforeEach
, thereby failing theexpect
assertion.The text was updated successfully, but these errors were encountered: