[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

@@ -78,7 +78,7 @@ define(
mockCallback = jasmine.createSpy('callback');
testModel = {
type: "warp.activity",
type: "activity",
resources: {
abc: 100,
xyz: 42
@@ -107,7 +107,7 @@ define(
it("is applicable to timelines", function () {
expect(UtilizationCapability.appliesTo({
type: "warp.timeline"
type: "timeline"
})).toBeTruthy();
});
@@ -192,4 +192,4 @@ define(
});
}
);
);