Sha256: e4df2b2af0406cffed276b2b586d6426d5a613552c6d50e028dff780b0f110da
Contents?: true
Size: 652 Bytes
Versions: 12
Compression:
Stored size: 652 Bytes
Contents
Feature: Initialize environment As a administrator I want to have utility to init environment for local_pac In order to make less mistakes @wip Scenario: Not initialized 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 init --config-file config.yaml` Then the following directories should exist: | directory | | 'run' | | 'storage/cache.git' | | 'log' | And the following files should exist: | file | | 'storage/cache.git/hooks/pre-receive' |
Version data entries
12 entries across 12 versions & 1 rubygems