Sha256: 6556d90bb850147e296d36423c95c6aff64b77cfd1905c51a58ad92173a95b92

Contents?: true

Size: 267 Bytes

Versions: 5

Compression:

Stored size: 267 Bytes

Contents

Feature: Custom Formatter

  Scenario: count tags
    When I run cucumber --format Tag::Count features
    Then it should fail with
      """
      | after_file | four | lots | one | three | two |
      | 1          | 1    | 1    | 1   | 2     | 1   |

      """
    

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
aslakhellesoy-cucumber-0.3.1.1 features/custom_formatter.feature
aslakhellesoy-cucumber-0.3.1 features/custom_formatter.feature
aslakhellesoy-cucumber-0.3.2 features/custom_formatter.feature
cucumber-0.3.1 features/custom_formatter.feature
cucumber-0.3.2 features/custom_formatter.feature