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