[Common UI] Skeleton specs for Browse

Add skeleton specs for browse mode. WTD-574.
This commit is contained in:
Victor Woeltjen
2014-11-25 18:30:30 -08:00
parent 36fab50825
commit 9bc05f27a5
11 changed files with 273 additions and 0 deletions

View File

@ -0,0 +1,16 @@
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/**
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
*/
define(
["../src/ViewSwitcherController"],
function (BrowseController) {
"use strict";
describe("The view switcher controller", function () {
});
}
);