branch: elpa/with-simulated-input
commit af15d1a1f5d8be26d0e7bbba57601e80fd40859e
Author: Nikita Bloshchanevich <[email protected]>
Commit: Nikita Bloshchanevich <[email protected]>
Remove interpolation test
---
tests/test-with-simulated-input.el | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/tests/test-with-simulated-input.el
b/tests/test-with-simulated-input.el
index 166fa76c57..fa3a0d7e1d 100644
--- a/tests/test-with-simulated-input.el
+++ b/tests/test-with-simulated-input.el
@@ -157,18 +157,7 @@
(read-string "Enter a string: "))
nil)
(expect my-non-lexical-var
- :to-be-truthy)))
-
- (it "should allow interpolation of variables into KEYS"
- (let ((my-key-sequence "hello")
- (my-lisp-form '(insert " world")))
- (expect
- (with-simulated-input (list
- my-key-sequence
- my-lisp-form
- "RET")
- (read-string "Enter a string: "))
- :to-equal "hello world")))))
+ :to-be-truthy)))))
(defun time-equal-p (t1 t2)
"Return non-nil if T1 and T2 represent the same time.