Sha256: 3aec1846ba3eb95a039058e7a8525785953b8d261dd45917a66d0c1e2d169235
Contents?: true
Size: 554 Bytes
Versions: 8
Compression:
Stored size: 554 Bytes
Contents
Given /^a file with (\d+) spaces? after a comma in a:$/ do |arg1, table| # table is a Cucumber::Ast::Table pending # express the regexp above with the code you wish you had end Given /^a file with more than (\d+) spaces before a comma in a:$/ do |arg1, table| # table is a Cucumber::Ast::Table pending # express the regexp above with the code you wish you had end Given /^a file with (\d+) spaces before a comma in a:$/ do |arg1, table| # table is a Cucumber::Ast::Table pending # express the regexp above with the code you wish you had end
Version data entries
8 entries across 8 versions & 1 rubygems