I\'m working with Ruby on Rails 3, Cucumber, and Capybara
I\'ve been searching for quite some time, and I can\'t figure out how to find a specific page element within a
To find a specific element:
page.find('#table').should have_text('stuff')