Sha256: a0754b9b5dd656aa1cea24fc4bfa87bf6f5e4234937947ce377022bdb71aaf19
Contents?: true
Size: 619 Bytes
Versions: 50
Compression:
Stored size: 619 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" Scenario: With logout_link_path set to :logout_path (the symbol) Given a configuration of: """ ActiveAdmin.setup do |config| config.logout_link_path = :logout_path end """ And I am logged in When I go to the dashboard And I follow "Logout" Then I should see "Login"
Version data entries
50 entries across 50 versions & 2 rubygems