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