Skip to content

Instantly share code, notes, and snippets.

@jedschneider
Created June 7, 2010 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedschneider/428885 to your computer and use it in GitHub Desktop.
Save jedschneider/428885 to your computer and use it in GitHub Desktop.
Then /^I should see the following cards:$/ do |expected_cards|
expected_cards.hashes.each do |row|
page.should have_content(row["Title"])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment