Created this cheat-sheet for personal reference on May 17, 2015. For detailed documentation and updates you should visit https://github.com/jnicklas/capybara
###Navigating
visit('/projects') or visit '/projects'
visit(post_comments_path(post)) or visit post_comments_path(post)
###Clicking links and buttons click_link('id-of-link') click_link('Link Text')