summaryrefslogtreecommitdiff
path: root/test/cider-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/cider-tests.el')
-rw-r--r--test/cider-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cider-tests.el b/test/cider-tests.el
index 070557a4..93e85b41 100644
--- a/test/cider-tests.el
+++ b/test/cider-tests.el
@@ -202,10 +202,10 @@
(expect (cider-project-type) :to-equal "build2"))))
(describe "when there are no choices available"
- (it "returns the value of `cider-default-repl-command'"
+ (it "returns the value of `cider-jack-in-default'"
(spy-on 'cider--identify-buildtools-present
:and-return-value '())
- (expect (cider-project-type) :to-equal cider-default-repl-command))))
+ (expect (cider-project-type) :to-equal cider-jack-in-default))))
(describe "cider-normalize-cljs-init-options"
(describe "from options"