summaryrefslogtreecommitdiff
path: root/test/cider-selector-tests.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-25 12:24:13 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-25 12:25:26 +0300
commitd7d6821a80d149ba123d27e9e991fd2b9a7f11b4 (patch)
treee18907443b167508d5fb175f87b2d8d9bdd63bdd /test/cider-selector-tests.el
parent0758f72cdf5596052717b7d048517325fd9188dd (diff)
Use more specific requires in the tests
No need to load the entire CIDER to test only functions from a specific file.
Diffstat (limited to 'test/cider-selector-tests.el')
-rw-r--r--test/cider-selector-tests.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cider-selector-tests.el b/test/cider-selector-tests.el
index 620f10f7..eac41cde 100644
--- a/test/cider-selector-tests.el
+++ b/test/cider-selector-tests.el
@@ -28,7 +28,6 @@
;;; Code:
(require 'buttercup)
-(require 'cider)
(require 'cider-selector)
(require 'cider-connection-test-utils)
@@ -66,7 +65,7 @@
;; (describe "cider-selector-method-m"
;; (it "switches to current connection's *nrepl-messages* buffer"
;; (let ((buf (get-buffer-create "*nrepl-messages some-id*")))
-;; (with-repl-buffer "a-session" "clj" _
+;; (with-repl-buffer "a-session" "clj" _
;; (setq-local nrepl-messages-buffer buf)
;; (message "%S" (nrepl-messages-buffer (cider-current-repl)))
;; (cider--test-selector-method ?m nil "*nrepl-messages some-id*")))))