Skip to content

Commit cceb922

Browse files
committed
For our purposes, "cucumber" not a suite
1 parent 6ed3d4f commit cceb922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoload/rails.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,9 +804,9 @@ function! s:app_has(feature) dict
804804
return features[a:feature]
805805
endfunction
806806

807-
" Returns the subset of ['test', 'spec', 'cucumber'] present on the app.
807+
" Returns the subset of ['test', 'spec'] present on the app.
808808
function! s:app_test_suites() dict
809-
return filter(['test','spec','cucumber'],'self.has(v:val)')
809+
return filter(['test','spec'],'self.has(v:val)')
810810
endfunction
811811

812812
call s:add_methods('app',['default_locale','environments','file','has','test_suites'])

0 commit comments

Comments
 (0)