Skip to content

Instantly share code, notes, and snippets.

View CullenShane's full-sized avatar

Cullen Murphy CullenShane

View GitHub Profile
@micahalles
micahalles / gist:968931
Created May 12, 2011 16:54
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)