diff --git a/autoload/rails.vim b/autoload/rails.vim index fd8ed3fe..c3380fcf 100644 --- a/autoload/rails.vim +++ b/autoload/rails.vim @@ -1273,7 +1273,7 @@ function! s:readable_test_file_candidates() dict abort \ '\)' || f =~# '\\)' || (f =~# '\')] elseif self.type_name('test', 'spec', 'cucumber') let tests = [f]