Sha256: 43e0d5557fdb385c1015776a37b9e8eea2ff3e44edf5d003b15c1fe66a4b1d23

Contents?: true

Size: 459 Bytes

Versions: 6

Compression:

Stored size: 459 Bytes

Contents

Feature: Psycho Dashboard

  Scenario: Basics
    Given an empty tracking database
    And I add a goal named "sweet" with path "/"
    And I am a new visitor
    And I view "/"
    And I view "/subpage"
    And I am a new visitor
    And I view "/"
    When I view "/admin/metry"
    Then I should see "Goals"
    And I should see "sweet: 2 visits"
    And I should see "Recent Visitors"
    And I should see "Visitor 1"
    And I should see "Visitor 2"
    

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
metry-2.0.4 features/psycho/dashboard.feature
metry-2.0.5 features/psycho/dashboard.feature
metry-2.0.0 features/psycho/dashboard.feature
metry-2.0.1 features/psycho/dashboard.feature
metry-2.0.2 features/psycho/dashboard.feature
metry-2.0.3 features/psycho/dashboard.feature