strongqa/howitzer

View on GitHub
generators/turnip/templates/example.feature

Summary

Maintainability
Test Coverage
@monster_steps
Feature: Attacking a monster
  Background:
    Given there is a monster

  Scenario: attack the monster
    When I attack it
    Then it should die