From: Mike Taylor Date: Thu, 23 Jan 2014 10:59:16 +0000 (+0000) Subject: Remove test for no-longer-stored global copy of my_paz X-Git-Tag: 1.0.0~1657 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=73c4300e62a0154834725bd47cd3c063e4aea9cc Remove test for no-longer-stored global copy of my_paz --- diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index 4a6a020..64d9fd9 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -33,10 +33,6 @@ describe("Check pazpar2 config", function () { it("pazpar2path is a path or an full URL", function () { expect(mkws_config.pazpar2_url).toMatch(/^(\/|https?:\/\/)/) }); - - it("my_paz is defined", function () { - expect(mkws.my_paz).not.toBe(undefined); - }); }); describe("Check pazpar2 runtime", function () {