Sha256: 53703c0df919a37fce64d0061b95b01ccb86d74efcb61495018211b334c6099f

Contents?: true

Size: 470 Bytes

Versions: 10

Compression:

Stored size: 470 Bytes

Contents

Then /^the output have option "(\w+)" with description "(.*)"$/ do |option, description|
  step "the cli output should match /#{option}\\s+- #{Regexp.quote description}/"
end

When /^the output should have flag "(\w+)\/(\w+)" with name "(.*)" and description "(.*)"$/ do |short_flag, long_flag, name, description|
  step "the cli output should match /--#{Regexp.quote short_flag}, --#{Regexp.quote long_flag}=#{Regexp.quote name}[\\s]+- #{Regexp.quote description}/"
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
techcor-0.0.10 features/step_definitions/console_interface.rb
techcor-0.0.9 features/step_definitions/console_interface.rb
techcor-0.0.8 features/step_definitions/console_interface.rb
techcor-0.0.7 features/step_definitions/console_interface.rb
techcor-0.0.6 features/step_definitions/console_interface.rb
techcor-0.0.5 features/step_definitions/console_interface.rb
techcor-0.0.4 features/step_definitions/console_interface.rb
techcor-0.0.3 features/step_definitions/console_interface.rb
techcor-0.0.2 features/step_definitions/console_interface.rb
techcor-0.0.1 features/step_definitions/console_interface.rb