jnicklas/turnip

View on GitHub
examples/steps_for.feature

Summary

Maintainability
Test Coverage
Feature: Steps for a feature
  @evil
  Scenario: Evil
    Given the monster has an alignment
    Then that alignment should be "Evil"

  @neutral
  Scenario: Neutral
    Given the monster has an alignment
    Then that alignment should be "Neutral"