Sha256: 988668b885d1d08b2e3f50edf962f2537ff4e0c7204edfe57fdb1a2800d5d9da

Contents?: true

Size: 774 Bytes

Versions: 22

Compression:

Stored size: 774 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

    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 "Signed out"
      And I should be signed out
      When I return next time
      Then I should be signed out

Version data entries

22 entries across 22 versions & 8 rubygems

Version Path
activerain-clearance-0.6.6 generators/clearance_features/templates/features/sign_out.feature
activerain-clearance-0.6.6001 generators/clearance_features/templates/features/sign_out.feature
activerain-clearance-0.6.6002 generators/clearance_features/templates/features/sign_out.feature
dacz-authuser-0.1.2 generators/authuser_features/templates/features/user_logout.feature
hui-clearance-0.6.6 generators/clearance_features/templates/features/sign_out.feature
joshuaclayton-clearance-0.6.4 generators/clearance_features/templates/features/sign_out.feature
qrush-clearance-0.7.0 generators/clearance_features/templates/features/sign_out.feature
thoughtbot-clearance-0.6.4 generators/clearance_features/templates/features/sign_out.feature
thoughtbot-clearance-0.6.5 generators/clearance_features/templates/features/sign_out.feature
thoughtbot-clearance-0.6.6 generators/clearance_features/templates/features/sign_out.feature
thoughtbot-clearance-0.6.7 generators/clearance_features/templates/features/sign_out.feature
thoughtbot-clearance-0.6.8 generators/clearance_features/templates/features/sign_out.feature
thoughtbot-clearance-0.6.9 generators/clearance_features/templates/features/sign_out.feature
thoughtbot-clearance-0.7.0 generators/clearance_features/templates/features/sign_out.feature
tonkapark-clearance-0.6.9.1 generators/clearance_features/templates/features/sign_out.feature
tonkapark-clearance-0.6.9.2 generators/clearance_features/templates/features/sign_out.feature
tonkapark-clearance-0.6.9.3 generators/clearance_features/templates/features/sign_out.feature
tonkapark-clearance-0.7.0.1 generators/clearance_features/templates/features/sign_out.feature
tonkapark-clearance-0.7.0 generators/clearance_features/templates/features/sign_out.feature
vita-clearance-0.6.9.1 generators/clearance_features/templates/features/sign_out.feature