[Framework] Remove spec for constants

Remove spec for Constants.js (only constants are defined
here, and there is no particular use to verifying their
existence; also, implicitly tested by specs for code
which uses these constants.) WTD-518
This commit is contained in:
Victor Woeltjen 2014-11-06 19:33:47 -08:00
parent 0d80494618
commit 0feb7c9699
2 changed files with 0 additions and 16 deletions

View File

@ -1,15 +0,0 @@
/*global define,Promise,describe,it,expect,beforeEach*/
/**
* Module defining ConstantsSpec. Created by vwoeltje on 11/6/14.
*/
define(
["../src/Constants"],
function (Constants) {
"use strict";
describe("Framework constants", function () {
});
}
);

View File

@ -1,6 +1,5 @@
[ [
"Temporary", "Temporary",
"Constants",
"FrameworkInitializer", "FrameworkInitializer",
"bootstrap/ApplicationBootstrapper", "bootstrap/ApplicationBootstrapper",
"load/Bundle", "load/Bundle",