From 0feb7c96996aa4b5436a0a6d892645d98ac27afd Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 6 Nov 2014 19:33:47 -0800 Subject: [PATCH] [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 --- platform/framework/test/ConstantsSpec.js | 15 --------------- platform/framework/test/suite.json | 1 - 2 files changed, 16 deletions(-) delete mode 100644 platform/framework/test/ConstantsSpec.js diff --git a/platform/framework/test/ConstantsSpec.js b/platform/framework/test/ConstantsSpec.js deleted file mode 100644 index 1fcddbcbdb..0000000000 --- a/platform/framework/test/ConstantsSpec.js +++ /dev/null @@ -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 () { - - }); - } -); \ No newline at end of file diff --git a/platform/framework/test/suite.json b/platform/framework/test/suite.json index 3bba80d8c9..4e6cfea838 100644 --- a/platform/framework/test/suite.json +++ b/platform/framework/test/suite.json @@ -1,6 +1,5 @@ [ "Temporary", - "Constants", "FrameworkInitializer", "bootstrap/ApplicationBootstrapper", "load/Bundle",