Sha256: ff60b463d11c306e0a21380276ce0d645eb1549a7177e5affbfa3b7bf8da0ced

Contents?: true

Size: 650 Bytes

Versions: 10

Compression:

Stored size: 650 Bytes

Contents

Feature: Dashboard

  Background:
    Given I am logged in


  Scenario: With no configuration
    Given a configuration of:
      """
      """
    When I go to the dashboard
    Then I should see the default welcome message

  Scenario: Displaying a dashboard widget
    Given a configuration of:
      """
      ActiveAdmin::Dashboards.build do
        section 'Hello World' do
          para "Hello world from the content"
        end
      end
      """
    When I go to the dashboard
    Then I should not see the default welcome message
    And I should see a dashboard widget "Hello World"
    And I should see "Hello world from the content"

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
andrewroth_activeadmin-0.3.4 features/dashboard.feature
activeadmin-0.3.4 features/dashboard.feature
activeadmin-0.3.3 features/dashboard.feature
activeadmin-0.3.2 features/dashboard.feature
activeadmin-0.3.1 features/dashboard.feature
activeadmin-0.3.0 features/dashboard.feature
nsm-activeadmin-0.2.2 features/dashboard.feature
saulolso-activeadmin-0.2.2.1 features/dashboard.feature
saulolso-activeadmin-0.2.2 features/dashboard.feature
activeadmin-0.2.2 features/dashboard.feature