summaryrefslogtreecommitdiff
path: root/test/cider-tests.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-08-22 11:52:17 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-08-22 11:52:17 +0200
commit5cf0f6f04697d598b20d1f6b68588db43c433614 (patch)
tree3e2426a60d87e29d0fb5c8f404df4a05a844f92e /test/cider-tests.el
parent672d6f3589e1c9e717ed8217a451cb4dbe148d3d (diff)
Rename cider-default-repl-command to cider-jack-in-default
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"