mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-12 18:31:40 -04:00
[CodeFactor] Apply fixes to commit b999d89
This commit is contained in:
committed by
Brenda Wallace
parent
0dcf0d2a40
commit
021b510d35
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user