Sha256: b4793e59faea334b7e10f32ffc2fe736a9ce16bc9306c26ad0982d2929b69924

Contents?: true

Size: 516 Bytes

Versions: 29

Compression:

Stored size: 516 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
 
  Scenario: boss monster

    This scenario will error
    So, fanfare is not...oh...

    Given there is a boss monster
     When I attack it
     Then it should die
      And Fanfare

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
turnip_formatter-0.2.3 example/spec/features/battle2.feature
turnip_formatter-0.2.2 example/spec/features/battle2.feature
turnip_formatter-0.2.1 example/spec/features/battle2.feature
turnip_formatter-0.2.0 example/features/battle2.feature
turnip_formatter-0.1.2 spec/examples/features/battle2.feature
turnip_formatter-0.1.1 spec/examples/features/battle2.feature
turnip_formatter-0.1.0 spec/examples/features/battle2.feature
turnip_formatter-0.0.6 spec/examples/features/battle2.feature
turnip_formatter-0.0.5 spec/examples/features/battle2.feature