Sha256: abaed0ce3d7dc0d27963f720f631370f8086cf34848b792a7a1abcea4d99f09b
Contents?: true
Size: 482 Bytes
Versions: 21
Compression:
Stored size: 482 Bytes
Contents
Feature: Favicon Configuring a Favicon file Background: Given a configuration of: """ ActiveAdmin.register Post ActiveAdmin.application.favicon = "a/favicon.ico" """ Scenario: Logged out views show Favicon Given I am logged out When I am on the login page Then I should see the favicon "favicon" Scenario: Logged in views show Favicon Given I am logged in When I am on the dashboard Then I should see the favicon "favicon"
Version data entries
21 entries across 21 versions & 4 rubygems