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