Skip to content

Instantly share code, notes, and snippets.

@plagelao
Created December 13, 2010 18:59
Show Gist options
  • Save plagelao/739414 to your computer and use it in GitHub Desktop.
Save plagelao/739414 to your computer and use it in GitHub Desktop.
Some cucumber scenarios
#Mi escenario
Scenario: I visit the homepage with the spanish cookie
Given I have selected spanish as default language
When I request the home page
Then I should see "software que amarás"
#Escenario con Aimee
Scenario: I visit the homepage with the spanish cookie
Given I have selected "es" as default locale
When I request the home page
Then I should see the Spanish version of the site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment