-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add deprecated registry
property to Application/ApplicationInstance
#22
Conversation
78f91a8
to
74cd63e
Compare
@cibernox Could you move the test that you removed from https://github.com/emberjs/ember.js/pull/15912/files#diff-7ed395980aff799efa70007547a47210 into this? |
Also needs a rebase |
@cibernox - Ping? |
74cd63e
to
f6c2b9d
Compare
I somehow missed notifications about this. Done. |
}); | ||
|
||
test('properties (and aliases) are correctly assigned for accessing the container and registry', function(assert) { | ||
assert.expect(6); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm counting 7 assertions here. Can you verify that we are hitting all of them?
f6c2b9d
to
7d648bd
Compare
@thoov I think this is ready now. |
👍 |
Removal in emberjs/ember.js#15912