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_addons-1.7.1 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/features/root_to.feature
activeadmin_addons-1.7.0 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/features/root_to.feature
activeadmin-1.3.1 features/root_to.feature
activeadmin_addons-1.6.0 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/features/root_to.feature
activeadmin_addons-1.5.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-f71b375325eb/features/root_to.feature
activeadmin-1.3.0 features/root_to.feature
activeadmin_addons-1.4.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-f71b375325eb/features/root_to.feature
activeadmin_addons-1.3.0 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/features/root_to.feature
activeadmin_addons-1.2.0 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/features/root_to.feature
activeadmin-1.2.1 features/root_to.feature
activeadmin_addons-1.1.2 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/root_to.feature
activeadmin-1.2.0 features/root_to.feature
activeadmin_addons-1.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/root_to.feature
yousty-activeadmin-1.0.17.pre features/root_to.feature
yousty-activeadmin-1.0.16.pre features/root_to.feature
activeadmin_addons-1.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/root_to.feature
activeadmin_addons-1.0.1 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/root_to.feature
activeadmin_addons-1.0.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/root_to.feature
activeadmin-1.1.0 features/root_to.feature
yousty-activeadmin-1.0.15.pre features/root_to.feature