Sha256: fb037215dff6761d733f229eabcbf9e226eaa31bb7b10438c34e61f0880bbeb9
Contents?: true
Size: 462 Bytes
Versions: 3
Compression:
Stored size: 462 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 """ And 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
activeadmin-rails-1.7.2 | features/dashboard.feature |
activeadmin-rails-1.7.1 | features/dashboard.feature |
activeadmin-rails-1.7.0 | features/dashboard.feature |