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",