Sha256: a2d9245784b6a9c03a80c3a9aabaa83b4e8b400b9314d61bcd6a4a1652f2c992

Contents?: true

Size: 496 Bytes

Versions: 3

Compression:

Stored size: 496 Bytes

Contents

Feature: First Boot

  As a developer
  In order to ensure I have a great first experience
  I want Active Admin to just work on install

  Scenario: Visiting /admin and logging in with no configurations
    Given a configuration of:
      """
      """
    And an admin user "admin@example.com" exists
    When I go to the dashboard
    And I fill in "Email" with "admin@example.com"
    And I fill in "Password" with "password"
    And I press "Login"
    Then I should be on the the dashboard

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activeadmin-rails-1.7.2 features/first_boot.feature
activeadmin-rails-1.7.1 features/first_boot.feature
activeadmin-rails-1.7.0 features/first_boot.feature