Sha256: 8865b8100d50391f675c98fcefbed0af11cd2a0e11bc6391e737d1655c99fc8f

Contents?: true

Size: 331 Bytes

Versions: 4

Compression:

Stored size: 331 Bytes

Contents

Feature: Battle a monster with weapon

  Background:
    Given I equip a weapon

  Scenario: normal monster
    Given there is a monster
     When I attack it
     Then it should die
      And Fanfare

  Scenario: strong monster
    Given there is a strong monster
     When I attack it
     Then it should die
      And Fanfare
 

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
turnip_formatter-0.0.4 spec/examples/features/battle2.feature
turnip_formatter-0.0.3 spec/examples/features/battle2.feature
turnip_formatter-0.0.2 spec/examples/features/battle2.feature
turnip_formatter-0.0.1 spec/examples/features/battle2.feature