[Representation] Update spec

This commit is contained in:
Victor Woeltjen
2015-10-29 08:18:13 -07:00
parent 54d608adb2
commit a48370abd3

View File

@ -73,7 +73,7 @@ define(
it("exposes templates via the templateLinker", function () { it("exposes templates via the templateLinker", function () {
expect(mockLinker.link) expect(mockLinker.link)
.toHaveBeenCalledWith(mockScope, mockElement); .toHaveBeenCalledWith(mockScope, mockElement, undefined);
}); });
it("reads a template location from a scope's key variable", function () { it("reads a template location from a scope's key variable", function () {