We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46df8f0 commit ab0be86Copy full SHA for ab0be86
plugin/turbux.vim
@@ -23,7 +23,7 @@ endfunction
23
call s:turbux_command_setting("rspec", "rspec")
24
call s:turbux_command_setting("test_unit", "ruby -Itest")
25
call s:turbux_command_setting("turnip", "rspec -rturnip")
26
-call s:turbux_command_setting("cucumber", "cucumber --require features")
+call s:turbux_command_setting("cucumber", "cucumber -rfeatures")
27
call s:turbux_command_setting("prefix", "")
28
" }}}1
29
0 commit comments