Skip to content

Instantly share code, notes, and snippets.

@mando
Created February 25, 2011 19:16
Show Gist options
  • Save mando/844324 to your computer and use it in GitHub Desktop.
Save mando/844324 to your computer and use it in GitHub Desktop.
Multiple multiline step?
Feature: Clean up my poops
Scenario: multiple poops
Given a JSON poop like
"""
{
"poop": "magoops"
}
"""
And another JSON poop like
"""
{
"poop": "aloops"
}
"""
When ....
Then ...
# What's up with my And???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment