[CodeFactor] Apply fixes to commit b999d89

This commit is contained in:
codefactor-io
2019-12-06 05:38:02 +00:00
committed by Brenda Wallace
parent 0dcf0d2a40
commit 021b510d35

View File

@@ -24,8 +24,8 @@ describe "signout" do
click_button 'Sign in'
# expect(page).to have_http_status(200)
expect(current_path).to eq path
click_link member.login_name
click_link 'Sign out'
click_link member.login_name
click_link 'Sign out'
# expect(page).to have_http_status(200)
expect(current_path).to eq new_member_session_path
end