Skip to content

Instantly share code, notes, and snippets.

@raldred
Created April 21, 2009 11:08
Show Gist options
  • Save raldred/99078 to your computer and use it in GitHub Desktop.
Save raldred/99078 to your computer and use it in GitHub Desktop.
Then /^I should see my billing address$/ do
response.body.should have_tag('#billing_address')
Then "I should see <fields>"
| fields |
| line_1 |
#........
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment