Sha256: 004f683c7151142c02da6366a379580397c43764d9b8ec042bef15413acbb65f

Contents?: true

Size: 732 Bytes

Versions: 33

Compression:

Stored size: 732 Bytes

Contents

Feature: Battle a monster

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

  Scenario: strong monster

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

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

  Scenario: spell magic

    This scenario will error because he can't cast spell

    Given there is a strong monster
     When I cast a spell 'fireball'
      And I attack it
     Then it should die
      And Fanfare

  @magician
  Scenario: spell magic 

    Given there is a strong monster
     When I cast a spell 'fireball'
      And I attack it
     Then it should die
      And Fanfare

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
turnip_formatter-0.2.3 example/spec/features/battle.feature
turnip_formatter-0.2.2 example/spec/features/battle.feature
turnip_formatter-0.2.1 example/spec/features/battle.feature
turnip_formatter-0.2.0 example/features/battle.feature
turnip_formatter-0.1.2 spec/examples/features/battle.feature
turnip_formatter-0.1.1 spec/examples/features/battle.feature
turnip_formatter-0.1.0 spec/examples/features/battle.feature
turnip_formatter-0.0.6 spec/examples/features/battle.feature
turnip_formatter-0.0.5 spec/examples/features/battle.feature
turnip_formatter-0.0.4 spec/examples/features/battle.feature
turnip_formatter-0.0.3 spec/examples/features/battle.feature
turnip_formatter-0.0.2 spec/examples/features/battle.feature
turnip_formatter-0.0.1 spec/examples/features/battle.feature