X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Ftrue.spec.js;h=eba8a055781bd19010bbd13eccce8ec6e23f25a9;hb=b2f105ea2c3a05d605daf133da207220b7f639b0;hp=5a201dd968f04865c3bf431da10d57d1656724be;hpb=2394e6527edfe222a73fa046c57c4ccd34350ba9;p=mkws-moved-to-github.git diff --git a/test/spec/true.spec.js b/test/spec/true.spec.js index 5a201dd..eba8a05 100644 --- a/test/spec/true.spec.js +++ b/test/spec/true.spec.js @@ -1,10 +1,10 @@ -/* Copyright (c) 2013 IndexData ApS. http://indexdata.com +/* 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); - }); +describe("A suite", function () { + it("contains spec with an expectation", function () { + expect(true).toBe(true); + }); });