mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #1647 from velesin/notifications_controller_test_fix
fixes Ember's deprecation errors in NotificationsController unit tests
This commit is contained in:
@@ -20,6 +20,7 @@ module("Discourse.NotificationsController", {
|
||||
controller = Discourse.NotificationsController.create();
|
||||
|
||||
view = Ember.View.create({
|
||||
container: Discourse.__container__,
|
||||
controller: controller,
|
||||
templateName: "notifications"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user