Skip to content

Instantly share code, notes, and snippets.

@clemherreman
Created October 26, 2012 16:09
Show Gist options
  • Save clemherreman/3959674 to your computer and use it in GitHub Desktop.
Save clemherreman/3959674 to your computer and use it in GitHub Desktop.
Behat scenario example
# 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