Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
activeadmin / features / users / logging_out.feature
Size: Mime:
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"