Skip to content

Instantly share code, notes, and snippets.

@micahalles
Created May 12, 2011 16:54
Show Gist options
  • Save micahalles/968931 to your computer and use it in GitHub Desktop.
Save micahalles/968931 to your computer and use it in GitHub Desktop.
capybara #has_css? example
page.should have_css("#main-nav")
page.should have_css(".posts .post", text: "Angry capybara")
page.should have_css(".post .comments", count: 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment