-
Notifications
You must be signed in to change notification settings - Fork 24
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
Test fails on Ember 2.12 and Ember current release #39
Comments
Related Ember issue: emberjs/ember.js#15013 |
@mitchlloyd looks like this could probably be closed? The above issue has been fixed |
Tried unskipping, but got the expected on 2.12 (makes sense) and a new error on current release (makes less sense). https://travis-ci.org/mitchlloyd/ember-islands/builds/490369176 I'll change this issue to cover at least getting this test running on the current release and conditionally skip for 2.12. |
is the failure on current release, maybe the error formats changed? |
This assertion fails on Ember Canary, throwing the error:
So clearly the code is working, but the assertion just isn't catching the error.
The text was updated successfully, but these errors were encountered: