We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b515e99 commit 0db9955Copy full SHA for 0db9955
test/cider-tests.el
@@ -180,8 +180,7 @@
180
(it "ignores plugins whose predicates return false"
181
(spy-on 'plugins-predicate :and-return-value nil)
182
(expect (cider-jack-in-normalized-lein-plugins)
183
- :to-equal '(("cider/cider-nrepl" "0.11.0"))))
184
- (it "ignores plugins whose predicates return false"
+ :to-equal '(("cider/cider-nrepl" "0.11.0")))
185
(spy-on 'middlewares-predicate :and-return-value nil)
186
(expect (cider-jack-in-normalized-nrepl-middlewares)
187
:to-equal '("cider.nrepl/cider-middleware" "another/middleware")))
0 commit comments