Sha256: 4c39617787cd1622b4ad96cffc936e9bc428b1a9cbd2219f6010ac4272064e1a

Contents?: true

Size: 571 Bytes

Versions: 3

Compression:

Stored size: 571 Bytes

Contents

Feature: command line utility
  As a systems administrator
  Or a hard core developer
  I want to get Visage up and running
  With the least hassle possible

  Scenario: Command line tool
    Given the "visage" gem is installed
    When I start the visage server helper with "visage start"
    Then a visage web server should be running

  Scenario: Seeing where Visage is getting its data from
    Given the "visage" gem is installed
    When I start the visage server helper with "visage start"
    Then I should see "Looking for RRDs in /.*collectd" on the terminal


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
visage-app-0.2.7 features/cli.feature
visage-app-0.2.6 features/cli.feature
visage-app-0.2.5 features/cli.feature