Acceptance tests for your application may require that a test user be logged in. To do this in your application you can either sign in the user using capybara by visiting the sign in url and entering valid credentials, or you can stub the logged in user. Signing in via Capybara is perhaps the most 'correct' way since we want our tests to be as close to real world conditions as possible, however if