Sha256: 63429fd8334d1c4c9f5cc23652f941166219b998588d7b492cd2b9d14cb90316

Contents?: true

Size: 306 Bytes

Versions: 4

Compression:

Stored size: 306 Bytes

Contents

Feature: Index - Page Title

  Modifying the page title on the index screen

  Scenario: Set a string as the title
    Given an index configuration of:
    """
      ActiveAdmin.register Post do
        index :title => "Awesome Title"
      end
    """
    Then I should see the page title "Awesome Title"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
activeadmin-0.5.1 features/index/page_title.feature
activeadmin-0.5.0 features/index/page_title.feature
activeadmin-0.5.0.pre1 features/index/page_title.feature
activeadmin-0.5.0.pre features/index/page_title.feature