-
Notifications
You must be signed in to change notification settings - Fork 49
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
Error on generated Adapter unit tests #79
Comments
I figured out the issue. I was including the adapter in an addon, which by default has the prototype extensions disabled. I uninstalled |
Good to know. This sounds like something we should document. |
Ember-cli 0.2.4 includes ember-disable-prototype-extensions by default so we should probably figure out why the tests don't work when the prototype extensions are turned off. Here's some information about the module:
https://github.com/rwjblue/ember-disable-prototype-extensions The PR into ember-cli also has some useful information: |
Yes, we need to update to 0.2.4 and fix this issue. |
Do you want me to investigate / fix this issue before you merge #89? |
Yes, thanks. |
I'm getting an error running unit tests for the DRF adapter and subclassed adapters.
See the following gist for an example:
https://gist.github.com/pkenway/9e77ca425d91fe925482
This is the error I get:
This is with ember-cli 0.2.2.
Am I doing something wrong or is this a bug?
The text was updated successfully, but these errors were encountered: