Method: Cucumber::Rake::Task#cucumber_opts

Defined in:
lib/cucumber/rake/task.rb

#cucumber_optsObject

Extra options to pass to the cucumber binary. Can be overridden by the CUCUMBER_OPTS environment variable. It’s recommended to pass an Array, but if it’s a String it will be #split by ‘ ’.



109
110
111
# File 'lib/cucumber/rake/task.rb', line 109

def cucumber_opts
  @cucumber_opts
end