jnicklas/turnip

View on GitHub
examples/with_backticks.feature

Summary

Maintainability
Test Coverage
Feature: A feature with backticks
  Scenario: This is a feature with backticks
    Given there is a monster
    When I run `killall monsters`
    Then it should die