Sha256: 54a1f2f18c61095725c7eb24a8d7b36e5a25eb5d8f22e68766e7566ff3493be7

Contents?: true

Size: 473 Bytes

Versions: 106

Compression:

Stored size: 473 Bytes

Contents

Feature: Namespace root

  As a developer
  In order to customize the welcome page
  I want to set it in the configuration

  Scenario: Default root is the Dashboard
    Given I am logged in with capybara
    Then I should be on the dashboard

  Scenario: Set root to "stores#index"
    Given a configuration of:
    """
      ActiveAdmin.application.root_to = 'stores#index'
    """
    Given I am logged in with capybara
    Then I should see the page title "Bookstores"

Version data entries

106 entries across 106 versions & 8 rubygems

Version Path
activeadmin-0.6.5 features/root_to.feature
activeadmin-0.6.4 features/root_to.feature
yousty-activeadmin-1.0.4.pre features/root_to.feature
yousty-activeadmin-1.0.3.pre features/root_to.feature
active_administration-0.0.3 features/root_to.feature
activeadministration-0.0.2 features/root_to.feature
active_administration-0.0.2 features/root_to.feature
activeadministration-0.0.1 features/root_to.feature
active_administration-0.0.1 features/root_to.feature
yousty-activeadmin-1.0.2.pre features/root_to.feature
activeadmin-0.6.3 features/root_to.feature
yousty-activeadmin-1.0.1.pre features/root_to.feature
yousty-activeadmin-1.0.0.pre features/root_to.feature
activeadmin-0.6.2 features/root_to.feature
activeadmin-0.6.1 features/root_to.feature
aa-rails4-0.6.0 features/root_to.feature
lalala-4.0.0.dev.141 vendor/deps/active_admin/features/root_to.feature
lalala-4.0.0.dev.136 vendor/deps/active_admin/features/root_to.feature
lalala-4.0.0.dev.135 vendor/deps/active_admin/features/root_to.feature
lalala-4.0.0.dev.134 vendor/deps/active_admin/features/root_to.feature