Skip to content

Commit ab0be86

Browse files
committed
Condense cucumber method
1 parent 46df8f0 commit ab0be86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/turbux.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endfunction
2323
call s:turbux_command_setting("rspec", "rspec")
2424
call s:turbux_command_setting("test_unit", "ruby -Itest")
2525
call s:turbux_command_setting("turnip", "rspec -rturnip")
26-
call s:turbux_command_setting("cucumber", "cucumber --require features")
26+
call s:turbux_command_setting("cucumber", "cucumber -rfeatures")
2727
call s:turbux_command_setting("prefix", "")
2828
" }}}1
2929

0 commit comments

Comments
 (0)