We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e03f7 commit 09ffc84Copy full SHA for 09ffc84
1 file changed
autoload/rails.vim
@@ -1397,7 +1397,7 @@ function! s:readable_default_rake_task(...) dict abort
1397
if empty(test)
1398
return '--tasks'
1399
elseif test =~# '^test\>' && self.app().has('rails5')
1400
- return 'test '.s:rquote(with_line)
+ return 'test TEST='.s:rquote(with_line)
1401
elseif test =~# '^test\>'
1402
let opts = ''
1403
if test ==# self.name()
0 commit comments