Hi, everyone!
if someone will have issue with hanging browser on steps like
visit "http://localhost/#/posts/new"
You can replace this steps with the next following code and it works for me in capybara-webkit 0.8.0
def visit_script url
page.execute_script("window.location = '#{url}'")
end