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

Avoid MODEL_FACTORY_INJECTION deprecations in tests on Ember >= 2.14. #5127

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Aug 14, 2017

This fixes the majority of the failures in #5123 for ember-release, ember-beta, and ember-canary builds.

@rwjblue rwjblue force-pushed the avoid-model-factory-injection-deprecations branch from 854c298 to 869672a Compare August 14, 2017 14:31
@stefanpenner stefanpenner self-assigned this Aug 15, 2017

module("integration/relationship/belongs_to Belongs-To Relationships", {
beforeEach() {
setupModelFactoryInjections();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was not previously setup for all tests, rather some tests explicitly opted in.

@stefanpenner
Copy link
Member

#5128

@rwjblue rwjblue deleted the avoid-model-factory-injection-deprecations branch May 1, 2019 20:29
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

Successfully merging this pull request may close these issues.

2 participants