I\'m new to Capybara and testing on Rails in general, so please forgive me if this is a simple answer.
I\'ve got this test
it \"should be able to edi
There is another way to deal with this problem now described and discussed here: Why not use shared ActiveRecord connections for Rspec + Selenium?