Sha256: c399c76d1e3c985b776d436f9002aff7bf1b12e0a7e5e98ed6cdc1843d97a1d5

Contents?: true

Size: 298 Bytes

Versions: 68

Compression:

Stored size: 298 Bytes

Contents

Feature: User Logging out

  Logging out of the system as an admin user

  Scenario: Logging out successfully
    Given a configuration of:
    """
      ActiveAdmin.register Post
    """
    And I am logged in
    When I go to the dashboard
    And I follow "Logout"
    Then I should see "Login"

Version data entries

68 entries across 68 versions & 10 rubygems

Version Path
activeadmin-0.3.1 features/users/logging_out.feature
activeadmin-0.3.0 features/users/logging_out.feature
nsm-activeadmin-0.2.2 features/users/logging_out.feature
saulolso-activeadmin-0.2.2.1 features/users/logging_out.feature
saulolso-activeadmin-0.2.2 features/users/logging_out.feature
activeadmin-0.2.2 features/users/logging_out.feature
activeadmin-0.2.1 features/users/logging_out.feature
activeadmin-0.2.0 features/users/logging_out.feature