Sha256: ff72cbdcdb3b213fc6be6bc32978eeb32368511bcb56a21afc66c0719403ee75

Contents?: true

Size: 555 Bytes

Versions: 7

Compression:

Stored size: 555 Bytes

Contents

Feature: Gherkin 6 syntax

  Background:
    Given there is a monster with 2 hitpoints

  Scenario: Battle
    When I attack it
    Then the monster should be alive
    When I attack it
    Then it should die

  Rule: Battle with preemptive attack
    Background:
      Given I attack the monster and do 1 points damage

    Example: battle
      When I attack it
      Then it should die

  Rule: Battle with preemptive critical attack
    Background:
      Given I attack the monster and do 2 points damage

    Example: battle
      Then it should die

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
turnip-4.4.1 examples/gherkin6_syntax.feature
turnip-4.4.0 examples/gherkin6_syntax.feature
turnip-4.3.0 examples/gherkin6_syntax.feature
turnip-4.2.0 examples/gherkin6_syntax.feature
turnip-4.1.0 examples/gherkin6_syntax.feature
turnip-4.0.1 examples/gherkin6_syntax.feature
turnip-4.0.0 examples/gherkin6_syntax.feature