fix renamed cider-test-run-tests function

The function was renamed in recent commit to cider-test-run-ns-test, see
568263143b (diff-f8e2b8e5fa0f8c5cda946e72ab461994R572)
for more info.
This commit is contained in:
Alejandro Catalina 2016-02-15 12:10:50 +01:00 committed by syl20bnr
parent 90a6fd30e6
commit 7d2181bd47

View file

@ -193,7 +193,7 @@ If called with a prefix argument, uses the other-window instead."
(kbd "q") 'cider-popup-buffer-quit
(kbd "r") 'cider-test-rerun-tests
(kbd "t") 'cider-test-run-test
(kbd "T") 'cider-test-run-tests)
(kbd "T") 'cider-test-run-ns-tests)
;; TODO: having this work for cider-macroexpansion-mode would be nice,
;; but the problem is that it uses clojure-mode as its major-mode