X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Ftrue.spec.js;h=eba8a055781bd19010bbd13eccce8ec6e23f25a9;hb=7f22fb422b50e6020c9c9566bdc34a97c247abd0;hp=798e8765b34e561109d9ac25c14fa5a8dbf1e2e8;hpb=a0e050a61a747a903bd12a97ab9c869cbc6c3705;p=mkws-moved-to-github.git diff --git a/test/spec/true.spec.js b/test/spec/true.spec.js index 798e876..eba8a05 100644 --- a/test/spec/true.spec.js +++ b/test/spec/true.spec.js @@ -1,6 +1,10 @@ - -describe("A suite", function() { - it("contains spec with an expectation", function() { - expect(true).toBe(true); - }); +/* Copyright (c) 2013 Index Data ApS. http://indexdata.com + * + * dummy test + * + */ +describe("A suite", function () { + it("contains spec with an expectation", function () { + expect(true).toBe(true); + }); });