[Fixed Position] Update specs

Update specs for Fixed Position view to ensure code coverage
after changes for resize/reposition behavior, WTD-882.
This commit is contained in:
Victor Woeltjen
2015-02-24 12:02:43 -08:00
parent e2af1e85a1
commit 91754f76ad
4 changed files with 53 additions and 0 deletions

View File

@@ -67,6 +67,10 @@ define(
expect(proxy.y2()).toEqual(0);
});
it("provides handles for both ends", function () {
expect(new LineProxy(diagonal).handles().length).toEqual(2);
});
});
}
);