Sha256: cc8f0a000716e44f783426e064d52f4a4498e627414cd2fe8a20c1818d474078

Contents?: true

Size: 379 Bytes

Versions: 11

Compression:

Stored size: 379 Bytes

Contents

Feature: Pending Steps

  Scenario: Use same step definition with different keyword
    Given a file "features/test.feature" with the following content exists
      """
      Feature: F
        Scenario: Scenario A
          Given I am "John"

      """
    When I run the tests
    Then the program exit code should be null
    And the program output should include "1 pending"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
gurke-3.4.0 features/gurke/pending_steps.feature
gurke-3.3.5 features/gurke/pending_steps.feature
gurke-3.3.4 features/gurke/pending_steps.feature
gurke-3.3.3 features/gurke/pending_steps.feature
gurke-3.3.2 features/gurke/pending_steps.feature
gurke-3.3.1 features/gurke/pending_steps.feature
gurke-3.2.2 features/gurke/pending_steps.feature
gurke-3.2.1 features/gurke/pending_steps.feature
gurke-3.2.0 features/gurke/pending_steps.feature
gurke-3.1.0 features/gurke/pending_steps.feature
gurke-3.0.0 features/gurke/pending_steps.feature