Remove unnecessary sign out statements
The `before(:all)` block now signs out, and Capybara resets the session after each test, so there's no need to sign out at the start of each test.
Showing
Please register or sign in to comment
The `before(:all)` block now signs out, and Capybara resets the session after each test, so there's no need to sign out at the start of each test.