Skip to content
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

Deprecation message DS.FixtureAdapter has been deprecated #64

Closed
adam-knights opened this issue Jun 22, 2015 · 3 comments
Closed

Deprecation message DS.FixtureAdapter has been deprecated #64

adam-knights opened this issue Jun 22, 2015 · 3 comments

Comments

@adam-knights
Copy link

Using Ember 1.13.2 and Ember Data 1.13.2 I get deprecation message when running http://localhost:4200/tests

DEPRECATION: DS.FixtureAdapter has been deprecated and moved into an unsupported addon: https://github.com/emberjs/ember-data-fixture-adapter/tree/master
at Ember.defineProperty.get (http://localhost:4200/assets/vendor.js:86516:19)
at exports.default.TestModule.default.extend.setupModel (http://localhost:4200/assets/test-support.js:2151:53)
at nextStep (http://localhost:4200/assets/test-support.js:2280:53)
at tryCatch (http://localhost:4200/assets/vendor.js:65295:14)
at invokeCallback (http://localhost:4200/assets/vendor.js:65310:15)
at http://localhost:4200/assets/vendor.js:67095:40
at http://localhost:4200/assets/vendor.js:42094:7
at Queue.invoke (http://localhost:4200/assets/vendor.js:11455:16)
at Object.Queue.flush (http://localhost:4200/assets/vendor.js:11519:11)

Seems to be at line 21 of https://github.com/switchfly/ember-test-helpers/blob/master/lib/ember-test-helpers/test-module-for-model.js.

More specifically, if I re-run a standard generated 'it exists' unit test on a model through specific url such as http://localhost:4200/tests?testId=50b08f2a, then I also see the deprecation.

@quaertym
Copy link
Contributor

I ran into this today as well.

@johnnyshields
Copy link

+1 to resolving this and other deprecations

@rwjblue
Copy link
Member

rwjblue commented Jul 29, 2015

This issue was resolved in d8c0b4e which has been available since ember-test-helpers@0.5.2 (and ember-qunit@0.4.2).

@johnnyshields - Please report any deprecations that are being triggered by ember-test-helpers. There should be none.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants