jnicklas/turnip

View on GitHub
examples/backgrounds.feature

Summary

Maintainability
Test Coverage
Feature: Feature with background
  Background:
    Given there is a monster
  Scenario: simple scenario
    When I attack it
    Then it should die