autotest and rspec giving different answers
问题 I have an application that I'm testing with rspec2 (2.6.4), capybara and selenium. When I run any request spec directly with rspec, the test passes. When I run the request specs with autotest they all fail with a message saying 'Cannot find a User with ID= * *. When autotest reloads the first request test automatically, it passes Autotest then reloads all tests and when it reaches the request tests they all fail again Users are being created by factory-girl and logged in using devise as