Created
February 24, 2011 17:34
-
-
Save bgswan/842512 to your computer and use it in GitHub Desktop.
A cucumber feature without the noise
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: A simple shopping basket | |
Scenario: adding items | |
* 1 x $15 screw-driver | |
* 2 x $12 lamp | |
* Total bill = $39 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment