Sha256: 994b1b3dde8069fbe1803943797ac7f8daeb85be55ecb5752e686b2a0d34764b

Contents?: true

Size: 464 Bytes

Versions: 61

Compression:

Stored size: 464 Bytes

Contents

Feature: Dashboard

  Scenario: With default configuration
    Given a configuration of:
      """
      ActiveAdmin.register_page "Dashboard" do
        content do
          para "Hello world from the dashboard page"
        end
      end
      """
    Given I am logged in
    When I go to the dashboard
    Then I should see the Active Admin layout
    And I should not see the default welcome message
    And I should see "Hello world from the dashboard page"

Version data entries

61 entries across 61 versions & 8 rubygems

Version Path
activeadmin_addons-1.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/dashboard.feature
activeadmin_addons-1.0.1 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/dashboard.feature
activeadmin_addons-1.0.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/dashboard.feature
activeadmin-1.1.0 features/dashboard.feature
yousty-activeadmin-1.0.15.pre features/dashboard.feature
activeadmin-1.0.0 features/dashboard.feature
activeadmin-1.0.0.pre5 features/dashboard.feature
activeadmin-orac-1.0.0.pre4 features/dashboard.feature
activeadmin-orac-1.0.0 features/dashboard.feature
activeadmin-orac-1.0.0.pre.orac features/dashboard.feature
yousty-activeadmin-1.0.14.pre features/dashboard.feature
yousty-activeadmin-1.0.13.pre features/dashboard.feature
yousty-activeadmin-1.0.12.pre features/dashboard.feature
yousty-activeadmin-1.0.11.pre features/dashboard.feature
yousty-activeadmin-1.0.10.pre features/dashboard.feature
yousty-activeadmin-1.0.9.pre features/dashboard.feature
yousty-activeadmin-1.0.8.pre features/dashboard.feature
activeadmin-1.0.0.pre4 features/dashboard.feature
activeadmin-1.0.0.pre3 features/dashboard.feature
activeadmin-1.0.0.pre2 features/dashboard.feature