Sha256: 2bb46137c186c96c4ad573eeaf7366f092b0c023959c0cf4c4970e1ff6faa1aa
Contents?: true
Size: 628 Bytes
Versions: 9
Compression:
Stored size: 628 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 His attacks can defeat strong monster if has weapon. Given there is a strong monster When I attack it Then it should die And Fanfare Scenario: [ERROR] boss monster This scenario will not success. Because his attacks can't defeat boss monster even if has weapon. Given there is a boss monster When I attack it Then it should die And Fanfare
Version data entries
9 entries across 9 versions & 1 rubygems