[Persistence] Add empty specs
Add empty specs for CouchDB adapter. WTD-537.
This commit is contained in:
20
platform/persistence/test/CouchPersistenceProviderSpec.js
Normal file
20
platform/persistence/test/CouchPersistenceProviderSpec.js
Normal file
@@ -0,0 +1,20 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
/**
|
||||
* DomainObjectProviderSpec. Created by vwoeltje on 11/6/14.
|
||||
*/
|
||||
define(
|
||||
["../src/CouchPersistenceProvider"],
|
||||
function (CouchPersistenceProvider) {
|
||||
"use strict";
|
||||
|
||||
describe("The couch persistence provider", function () {
|
||||
var mockHttp,
|
||||
mockQ,
|
||||
testSpace = "testSpace",
|
||||
testPath = "/test/db",
|
||||
provider;
|
||||
|
||||
});
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user