Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 10 Sep 2014 10:21:51 +0000 (10:21 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 10 Sep 2014 10:21:51 +0000 (10:21 +0000)
test/spec/mkws-config.js

index 59a0132..4cba621 100644 (file)
@@ -34,7 +34,7 @@ describe("Check mkws.config object", function () {
 
 
 describe("Check pazpar2 config", function () {
-    it("pazpar2path is a path or an full URL", function () {
+    it("pazpar2_url is a path or an full URL", function () {
         expect(mkws.config.pazpar2_url).toMatch(/^(\/|https?:\/\/)/)
     });
 });