[Templates] Update FixedController spec

...to reflect changes to how selection object is obtained,
which in turn reflects change to using templates obtained
via RequireJS text plugin, instead of loading by URL.
This commit is contained in:
Victor Woeltjen 2016-02-26 16:19:14 -08:00
parent 9b21b0b7f2
commit 3a6e0be2d7

View File

@ -148,6 +148,8 @@ define(
mockHandler,
mockFormatter
);
findWatch("selection")(mockScope.selection);
});
it("subscribes when a domain object is available", function () {