Method: FluentCommandBuilder::Cucumber::V12::Cucumber#wip

Defined in:
lib/fluent_command_builder/command_builders/cucumber_12.rb

#wip {|@b| ... } ⇒ Object

Yields:

  • (@b)


123
124
125
126
127
# File 'lib/fluent_command_builder/command_builders/cucumber_12.rb', line 123

def wip
  @b.append ' --wip'
  yield @b if block_given?
  self
end