File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 120
120
(it " can inject dependencies in a lein project"
121
121
(expect (cider-inject-jack-in-dependencies " " " repl :headless" 'lein )
122
122
:to-equal (concat " update-in :dependencies conj "
123
- (shell-quote-argument " [nrepl/nrepl \" 0.28.1 \" ]" )
123
+ (shell-quote-argument " [nrepl/nrepl \" 0.5.3 \" ]" )
124
124
" -- update-in :plugins conj "
125
125
(shell-quote-argument " [cider/cider-nrepl \" 0.28.1\" ]" )
126
126
" -- update-in :plugins conj "
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
193
(expect (cider-inject-jack-in-dependencies " " " repl -s wait" 'boot )
193
194
:to-equal (concat " -i \" (require 'cider.tasks)\" "
194
195
" -d "
You can’t perform that action at this time.
0 commit comments