fixes Ember's deprecation errors in NotificationsController unit tests

This commit is contained in:
Wojciech Zawistowski 2013-11-12 21:52:07 +01:00
parent e9f9d22482
commit e41774a0ea

View file

@ -20,6 +20,7 @@ module("Discourse.NotificationsController", {
controller = Discourse.NotificationsController.create();
view = Ember.View.create({
container: Discourse.__container__,
controller: controller,
templateName: "notifications"
});