mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
fixes Ember's deprecation errors in NotificationsController unit tests
This commit is contained in:
parent
e9f9d22482
commit
e41774a0ea
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ module("Discourse.NotificationsController", {
|
|||
controller = Discourse.NotificationsController.create();
|
||||
|
||||
view = Ember.View.create({
|
||||
container: Discourse.__container__,
|
||||
controller: controller,
|
||||
templateName: "notifications"
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue