Sha256: 3d2131916f3e62a8ab6e3aff0f20282c9dca9cfaac6d60656de74ce6a5ab779e
Contents?: true
Size: 719 Bytes
Versions: 7
Compression:
Stored size: 719 Bytes
Contents
# Put your step defintions here When /^I get help for "(.*?)"$/ do |arg1| # pending # express the regexp above with the code you wish you had end Then /^the banner should be present$/ do pending # express the regexp above with the code you wish you had end Then /^the banner should document that this app takes options$/ do pending # express the regexp above with the code you wish you had end Then /^the following options should be documented:$/ do |table| # table is a Cucumber::Ast::Table pending # express the regexp above with the code you wish you had end Then /^the banner should document that this app takes no arguments$/ do pending # express the regexp above with the code you wish you had end
Version data entries
7 entries across 7 versions & 1 rubygems