[Timeline] Remove namespacing from specs

This commit is contained in:
Victor Woeltjen
2015-10-23 14:06:55 -07:00
parent 26db524f0e
commit fffe07e7e6
12 changed files with 42 additions and 42 deletions

View File

@@ -7,9 +7,9 @@ define(
describe("Timeline swimlane drag constants", function () {
it("define a custom type for swimlane drag-drop", function () {
expect(SwimlaneDragConstants.WARP_SWIMLANE_DRAG_TYPE)
expect(SwimlaneDragConstants.TIMELINE_SWIMLANE_DRAG_TYPE)
.toEqual(jasmine.any(String));
});
});
}
);
);