Sha256: 6528aaf58d99b87f74e85ede51baa4c1ad96f713eb0f210677a085b5e6cc9555

Contents?: true

Size: 196 Bytes

Versions: 7

Compression:

Stored size: 196 Bytes

Contents

Then /^I should see the following table:$/ do |expected_table|
  rows = find('table').all('tr')
  table = rows.map { |r| r.all('th,td').map { |c| c.text.strip } }
  expected_table.diff!(table)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
voluntary-0.7.1 lib/generators/voluntary/product_dummy/templates/features/step_definitions/custom_web_steps.rb
voluntary-0.7.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/custom_web_steps.rb
voluntary-0.6.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/custom_web_steps.rb
voluntary-0.5.2 lib/generators/voluntary/product_dummy/templates/features/step_definitions/custom_web_steps.rb
voluntary-0.5.1 lib/generators/voluntary/product_dummy/templates/features/step_definitions/custom_web_steps.rb
voluntary-0.5.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/custom_web_steps.rb
voluntary-0.4.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/custom_web_steps.rb