Sha256: 7caaeda899eb14b933c9e115907f4a3ab5e5dbaf694de876514b83393aeb5370

Contents?: true

Size: 592 Bytes

Versions: 8

Compression:

Stored size: 592 Bytes

Contents

Feature: Show status
  As a administrator
  I want to have utility to show config of local pac
  In order to make less mistakes

  @wip
  @slow_process
  Scenario: Default
    Given a file named "config.yaml" with:
    """
    pid_file: 'run/pid'
    local_storage: 'storage'
    access_log: 'log/access.log'
    executable: 'bin/local_pac'
    """
    When I successfully run `local_pac status --config-file config.yaml`
    Then the stdout should contain:
    """
    pid_file: 'run/pid'
    local_storage: 'storage'
    access_log: 'log/access.log'
    executable: 'bin/local_pac'
    """

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
local_pac-0.10.2 features/show_status.feature_
local_pac-0.10.1 features/show_status.feature_
local_pac-0.10.0 features/show_status.feature_
local_pac-0.9.0 features/show_status.feature_
local_pac-0.7.0 features/show_status.feature_
local_pac-0.6.3 features/show_status.feature_
local_pac-0.6.2 features/show_status.feature
local_pac-0.6.1 features/show_status.feature