Sha256: 5fbbeab0962928409533b67a0a46661990fdf45a7f5c3ec924e11b612e439588

Contents?: true

Size: 585 Bytes

Versions: 3

Compression:

Stored size: 585 Bytes

Contents

Feature: Gherkin 6 syntax

  Background:
    Given there is a monster with 2 hitpoints

  Scenario: Defeat 2 hit points monster
    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: Defeat 1 hit points
    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: Already no hit points
    Then it should die

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
allure_turnip-0.4.0 spec/gherkin6_syntax.feature
allure_turnip-0.3.1 spec/gherkin6_syntax.feature
allure_turnip-0.3.0 spec/gherkin6_syntax.feature