Sha256: d7f524b5cf9ec0324c8fa35fc0cb4fabbdf2568dc0f88fd83272905c5261147e
Contents?: true
Size: 550 Bytes
Versions: 7
Compression:
Stored size: 550 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 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` Then the stdout should contain: """ pid_file: 'run/pid' local_storage: 'storage' access_log: 'log/access.log' executable: 'bin/local_pac' """
Version data entries
7 entries across 7 versions & 1 rubygems