-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Remove this.resource from RouterDSL #15883
Conversation
Since this is exposed as |
@@ -18,7 +18,6 @@ QUnit.module('Ember Router DSL', { | |||
}); | |||
|
|||
QUnit.test('should fail when using a reserved route name', function() { | |||
expectDeprecation('this.resource() is deprecated. Use this.route(\'name\', { resetNamespace: true }, function () {}) instead.'); | |||
let reservedNames = ['array', 'basic', 'object', 'application']; | |||
|
|||
expect((reservedNames.length * 2) + 1); |
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.
Need to tweak this somewhat, the CI failure is due to it thinking it has 9 assertions and only actually getting 5
c2e30e8
to
430621f
Compare
6f06a13
to
51e3967
Compare
@locks - Needs a rebase... |
51e3967
to
587c3fc
Compare
@rwjblue rebased |
587c3fc
to
f791428
Compare
f791428
to
7f97511
Compare
No description provided.