Skip to content

Instantly share code, notes, and snippets.

@mmichaelis
Created November 25, 2011 08:21
Show Gist options
  • Save mmichaelis/1393044 to your computer and use it in GitHub Desktop.
Save mmichaelis/1393044 to your computer and use it in GitHub Desktop.
BDD: Stories which really matter
Scenario: Edit String Property Field
!--
Given I am logged in
When I create document A of type Article
And I enter some text T into property Title
Then the preview will update to contain text T
Scenario: Edit String Property Field
!--
Given I am logged in
And there is a document type DT with a rendered property P of type String
When I create a document of document type DT
And I enter some text T into property P
Then the preview will update to contain text T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment