[Persistence] Add spec for failure dialog

WTD-1033.
This commit is contained in:
Victor Woeltjen
2015-03-24 17:35:37 -07:00
parent 548d91d362
commit b25c9731cf
2 changed files with 31 additions and 3 deletions

View File

@@ -7,7 +7,10 @@ define(
"use strict";
describe("Persistence failure constants", function () {
it("defines an overwrite key", function () {
expect(PersistenceFailureConstants.OVERWRITE_KEY)
.toEqual(jasmine.any(String));
});
});
}
);