Sha256: 110d5bb2099a6e583086eaa37a2ef0e7e297ed52662cfffba8847d9806a8dc27
Contents?: true
Size: 458 Bytes
Versions: 35
Compression:
Stored size: 458 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 "Signed out" And I should be signed out When I return next time Then I should be signed out
Version data entries
35 entries across 26 versions & 5 rubygems