diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 550cda839..6d4807f09 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -1058,6 +1058,7 @@ Other: (thanks to John Stevenson) - Call interactive `cider-test-*` functions interactively (thanks to Timo Freiberg) + - Change run-all-tests alias to run-project-tests (thanks to Timo Freiberg) **** Coffeescript - Improvements: - Added basic autocompletion (thanks to Codruț Constantin Gușoi) diff --git a/layers/+lang/clojure/funcs.el b/layers/+lang/clojure/funcs.el index a7f3724d3..b19635932 100644 --- a/layers/+lang/clojure/funcs.el +++ b/layers/+lang/clojure/funcs.el @@ -113,11 +113,8 @@ the focus." (cider-load-buffer) (cider-test-run-test)) -(defalias 'spacemacs/cider-test-run-all-tests #'spacemacs/cider-test-run-ns-tests - "ns tests are not actually *all* tests; - cider-test-run-project-tests would be better here, but - there currently is a bug with the function. Replace once - it gets fixed.") +(defalias 'spacemacs/cider-test-run-all-tests #'spacemacs/cider-test-run-project-tests + "Runs all tests in all project namespaces.") (defun spacemacs/cider-test-run-ns-tests () "Run namespace test."