Description
A specification sample for Lettuce (BDD-style for python language).
Output
$ lettuce
Feature: some feature # features/some.feature:1
Some crazy feature # features/some.feature:2
Scenario: looking for the truth # features/some.feature:4
Given user named "sourcerebels" # features/steps.py:4
When his name is reversed # features/steps.py:8
Then his name is "sleberecruos" # features/steps.py:12
1 feature (1 passed)
1 scenario (1 passed)
3 steps (3 passed)