Method: Cucumber::Rake::Task#bundler
- Defined in:
- lib/cucumber/rake/task.rb
#bundler ⇒ Object
Whether or not to run with bundler (bundle exec). Setting this to false may speed up the execution. The default value is true if Bundler is installed and you have a Gemfile, false otherwise.
Note that this attribute has no effect if you don’t run in forked mode.
137 138 139 |
# File 'lib/cucumber/rake/task.rb', line 137 def bundler @bundler end |