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