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

Version Path
tailor-1.0.0.alpha2 features/step_definitions/spacing/commas_steps.rb
tailor-1.0.0.alpha features/step_definitions/spacing/commas_steps.rb
tailor-0.1.5 features/step_definitions/spacing/commas_steps.rb
tailor-0.1.4 features/step_definitions/spacing/commas_steps.rb
tailor-0.1.3 features/step_definitions/spacing/commas_steps.rb
tailor-0.1.2 features/step_definitions/spacing/commas_steps.rb
tailor-0.1.1 features/step_definitions/spacing/commas_steps.rb
tailor-0.1.0 features/step_definitions/spacing/commas_steps.rb