File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 172
172
173
173
(describe " when there are multiple dependencies"
174
174
(before-each
175
- (setq-local cider-jack-in-lein-plugins '((" refactor-nrepl" " 2.0.0" ) ( " cider/cider-nrepl " " 0.11.0 " ) ))
175
+ (setq-local cider-jack-in-lein-plugins '((" refactor-nrepl" " 2.0.0" )))
176
176
(setq-local cider-jack-in-nrepl-middlewares '(" refactor-nrepl.middleware/wrap-refactor" " cider.nrepl/cider-middleware" ))
177
177
(setq-local cider-jack-in-dependencies-exclusions '()))
178
178
(it " can inject dependencies in a lein project"
189
189
" -- repl :headless" )))
190
190
191
191
(it " can inject dependencies in a boot project"
192
- (setq-local cider-jack-in-dependencies ( " refactor-nrepl" " 2.0.0" ))
192
+ (setq-local cider-jack-in-dependencies '(( " nrepl/nrepl " " 0.5.3 " ) ( " refactor-nrepl" " 2.0.0" ) ))
193
193
(expect (cider-inject-jack-in-dependencies " " " repl -s wait" 'boot )
194
194
:to-equal (concat " -i \" (require 'cider.tasks)\" "
195
195
" -d "
You can’t perform that action at this time.
0 commit comments