Sha256: 1da533f70a32d9f69a399fe155b2f1e32d13aaaf0546eafd35ecabc8bac56193

Contents?: true

Size: 320 Bytes

Versions: 1

Compression:

Stored size: 320 Bytes

Contents

Feature: Sign out

  In order to protect my account from unauthorized access
  As a signed in user
  I want to sign out

  Scenario: User signs out
    Given I am signed up as "email@example.com"
    When I sign in as "email@example.com"
    Then I should be signed in
    And I sign out
    Then I should be signed out

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clearance-0.12.0 features/engine/visitor_signs_out.feature