Sha256: bc58152913367a3110000435458cbbb0cb7532996087850cdfb7625194ee891f

Contents?: true

Size: 358 Bytes

Versions: 33

Compression:

Stored size: 358 Bytes

Contents

Feature: Red Dragons are deadly

  @dragon
  Scenario:
    Given there is a dragon
    And there is a knight
    When the dragon attacks the knight
    Then the knight is alive

  @red_dragon
  Scenario:
    Given there is a dragon
    And the dragon breathes fire
    And there is a knight
    When the dragon attacks the knight
    Then the knight is dead

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
turnip-2.0.1 examples/steps_for_super.feature
turnip-2.0.0 examples/steps_for_super.feature
turnip-1.3.1 examples/steps_for_super.feature
turnip-1.3.0 examples/steps_for_super.feature
turnip-1.2.4 examples/steps_for_super.feature
turnip-1.2.3 examples/steps_for_super.feature
turnip-1.2.2 examples/steps_for_super.feature
turnip-1.2.1 examples/steps_for_super.feature
turnip-1.2.0 examples/steps_for_super.feature
turnip-1.1.0 examples/steps_for_super.feature
turnip-1.0.0 examples/steps_for_super.feature
turnip-0.3.1 examples/steps_for_super.feature
turnip-0.3.0 examples/steps_for_super.feature