- Added setting
feature-rake-command
, and changed the default setting offeature-cucumber-command
to be to run just cucumber. - Changed behavior of running cucumber to run
feature-rake-command
if a Rakefile is present, otherwisefeature-cucumber-command
. - Prefix command run with
bundle exec
when Gemfile is present. - Support for latest version cucumber gem