From 73c4300e62a0154834725bd47cd3c063e4aea9cc Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 23 Jan 2014 10:59:16 +0000 Subject: [PATCH] Remove test for no-longer-stored global copy of my_paz --- test/spec/mkws-config.js | 4 ---- 1 file changed, 4 deletions(-) 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 () { -- 1.7.10.4