[Framework] Remove temporary file
Remove temporary script file (introduced for initial build/repository setup to illustrate naming conventions and test declaration) from framework sources. Completes implementation of framework layer for WTD-518.
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
/*global define,describe,it,expect*/
|
||||
|
||||
define(
|
||||
["../src/Temporary"],
|
||||
function (Temporary) {
|
||||
"use strict";
|
||||
|
||||
describe("Temporary class", function () {
|
||||
var temporary = new Temporary();
|
||||
|
||||
it("has a method with a return value", function () {
|
||||
expect(temporary.someMethod()).toEqual("Hello, world.");
|
||||
});
|
||||
});
|
||||
|
||||
}
|
||||
);
|
||||
@@ -1,5 +1,4 @@
|
||||
[
|
||||
"Temporary",
|
||||
"FrameworkInitializer",
|
||||
"bootstrap/ApplicationBootstrapper",
|
||||
"load/Bundle",
|
||||
|
||||
Reference in New Issue
Block a user