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