summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-25 09:44:51 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-25 09:44:51 +0300
commitac9cb611f422f1133a9520efa469687c0cd3af18 (patch)
tree51d759d27ba77d8b51067322316819b58dc04e0e /test
parent02dc9dba9f58927b97a4367f0068934ea1b5dcfd (diff)
[Fix #2203] Rename cider-interaction.el to cider-eval.el
All of the non-eval functionality was removed, which marks the end of the process of breaking up the old file. Down the road we may opt to break down cider-eval into some core functionality and extra functionality, as many of the eval commands there are kind of "exotic", but that's not that important at this point.
Diffstat (limited to 'test')
-rw-r--r--test/cider-interaction-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cider-interaction-tests.el b/test/cider-interaction-tests.el
index c884ac3d..6dc8e379 100644
--- a/test/cider-interaction-tests.el
+++ b/test/cider-interaction-tests.el
@@ -1,4 +1,4 @@
-;;; cider-interaction-tests.el
+;;; cider-eval-tests.el
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov
@@ -28,7 +28,7 @@
;;; Code:
(require 'buttercup)
-(require 'cider-interaction)
+(require 'cider-eval)
(require 'cider-connection-test-utils)
(describe "cider--var-namespace"