Sha256: e0cfa32993b9aca28119d78340fdb428b0846a07dae740d33ca7743856c4691f
Contents?: true
Size: 830 Bytes
Versions: 21
Compression:
Stored size: 830 Bytes
Contents
Feature: Sign out To protect my account from unauthorized access A signed in user Should be able to sign out Scenario: User signs out Given I am signed up and confirmed as "email@person.com/password" When I sign in as "email@person.com/password" Then I should be signed in And I sign out Then I should see "You have been signed out" And I should not be signed in Scenario: User who was remembered signs out Given I am signed up and confirmed as "email@person.com/password" When I sign in with "remember me" as "email@person.com/password" Then I should be signed in And I sign out Then I should see "You have been signed out" And I should not be signed in When I return next time Then I should not be signed in
Version data entries
21 entries across 21 versions & 4 rubygems