Sha256: c5f8eecca97863427d85a4ede176919b56b0d165a67697f4933f255d8e058154
Contents?: true
Size: 1 KB
Versions: 11
Compression:
Stored size: 1 KB
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-app 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-app 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-app 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
11 entries across 11 versions & 1 rubygems