Created
October 26, 2012 16:09
-
-
Save clemherreman/3959674 to your computer and use it in GitHub Desktop.
Behat scenario example
This file contains hidden or 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
# features/sha1.feature | |
Feature: Sha1 | |
In order to compute a sha1sum | |
As a website user | |
I need to be able to compte a sha1sum using an asynchronous script | |
Scenario: Compute sha1sum | |
Given I am on "/" | |
When I fill in "text" with "my text" | |
Then I should see "c3599c11e47719df18a2448690840c5dfcce3c80" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment