Update feature spec

This commit is contained in:
Robert Speicher 2015-09-30 15:47:48 -04:00
parent 5c80ceee0d
commit ceb21cc49f

View file

@ -55,6 +55,7 @@ feature 'Password reset', feature: true do
reset_password
expect(page).to have_content("Your password was changed successfully.")
expect(page).not_to have_content("You are now signed in.")
expect(current_path).to eq new_user_session_path
end
end