Sha256: b8cde7f63af3174af38bba01b85f54cef6b367f121d7b7d2175cab90b07b550f

Contents?: true

Size: 1012 Bytes

Versions: 3

Compression:

Stored size: 1012 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

  Scenario: Specified configuration directory
    Given the "visage" gem is installed
    And there is no file at "features/data/config/with_no_profiles/profiles.yaml"
    When I start the visage server helper with "visage start" and the following variables:
      | CONFIG_PATH                           |
      | features/data/config/with_no_profiles |
    Then I should see a file at "features/data/config/with_no_profiles/profiles.yaml"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
visage-app-0.3.2 features/cli.feature
visage-app-0.3.1 features/cli.feature
visage-app-0.3.0 features/cli.feature