summaryrefslogtreecommitdiff
path: root/test/cider-util-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/cider-util-tests.el')
-rw-r--r--test/cider-util-tests.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cider-util-tests.el b/test/cider-util-tests.el
index b38cc941..ad434242 100644
--- a/test/cider-util-tests.el
+++ b/test/cider-util-tests.el
@@ -1,6 +1,6 @@
;;; cider-util-tests.el
-;; Copyright © 2012-2018 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2019 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
@@ -183,11 +183,11 @@
;; :var (cider-version)
;; (it "returns the manual correct url for stable cider versions"
;; (setq cider-version "0.11.0")
-;; (expect (cider-manual-url) :to-equal "http://docs.cider.mx/en/stable/"))
+;; (expect (cider-manual-url) :to-equal "https://docs.cider.mx/en/stable/"))
;; (it "returns the manual correct url for snapshot cider versions"
;; (setq cider-version "0.11.0-snapshot")
-;; (expect (cider-manual-url) :to-equal "http://docs.cider.mx/en/latest/")))
+;; (expect (cider-manual-url) :to-equal "https://docs.cider.mx/en/latest/")))
(describe "cider-refcard-url"
:var (cider-version)