Skip to content

Instantly share code, notes, and snippets.

View tatiana's full-sized avatar

Tatiana Al-Chueyr tatiana

View GitHub Profile
@tatiana
tatiana / factorial.feature
Created March 14, 2011 03:46
lettuce usage - feature file for the factorial example (using table)
Feature: Compute factorial
In order to play with Lettuce
As beginners
We'll implement factorial
Scenario: Factorials [0-4]
Given I have the number <number>
When I compute its factorial
Then I see the number <result>