Sha256: 665fd83022fc6addfe9fd59cb0cfadc3cbae9cfc064a74d3e47d5fa5465b26e2

Contents?: true

Size: 383 Bytes

Versions: 8

Compression:

Stored size: 383 Bytes

Contents

Feature: Table Steps
  Even though tableish is part of Cucumber
  I need to make sure it works with Mechanize
  (because it depends on body_respose being defined).

  Scenario: I should see the following table
    Given I am on the table page
    Then I should see the following table:
    | Column One | Column Two |
    | One        | Two        |
    | Three      | Four       |

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mechanical-cuke-0.5.0 features/table_steps.feature
mechanical-cuke-0.4.3 features/table_steps.feature
mechanical-cuke-0.4.2 features/table_steps.feature
mechanical-cuke-0.4.1 features/table_steps.feature
mechanical-cuke-0.4.0 features/table_steps.feature
mechanical-cuke-0.3.1 features/table_steps.feature
mechanical-cuke-0.3.0 features/table_steps.feature
mechanical-cuke-0.2.0 features/table_steps.feature