Sha256: aa7dcbe2d706963fcaea80a7df594c23501c257ad5dd5364162ed1cc5e825600
Contents?: true
Size: 500 Bytes
Versions: 17
Compression:
Stored size: 500 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 "a/favicon.ico" Scenario: Logged in views show Favicon Given I am logged in When I am on the dashboard Then I should see the favicon "a/favicon.ico"
Version data entries
17 entries across 17 versions & 5 rubygems