[Persistence] Add placeholder specs

Add empty specs for new scripts introduced to support revision
checking and Overwrite/Discard dialog, WTD-1033.
This commit is contained in:
Victor Woeltjen
2015-03-24 16:13:59 -07:00
parent 015d863d79
commit c55f9ff092
14 changed files with 162 additions and 326 deletions

View File

@@ -0,0 +1,11 @@
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
define(
["../../src/models/CachingModelDecorator"],
function (CachingModelDecorator) {
"use strict";
describe("The caching model decorator", function () {
});
}
);