Sha256: a3dbd2234a2cf543c7443fc8af6db1d2617816880b19d398a2b4c8e43f73d7cc
Contents?: true
Size: 524 Bytes
Versions: 12
Compression:
Stored size: 524 Bytes
Contents
Feature: Show config 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' log_sink: 'log' executable: 'bin/local_pac' """ When I successfully run `local_pac config` Then the stdout should contain: """ pid_file: 'run/pid' local_storage: 'storage' log_sink: 'log' executable: 'bin/local_pac' """
Version data entries
12 entries across 12 versions & 1 rubygems