Sha256: cd0444204d7e6cdc16e6343080084fa014629caf76dd4401a00c69ab5cea7659
Contents?: true
Size: 665 Bytes
Versions: 15
Compression:
Stored size: 665 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 Scenario: Not initialized Given a file named "config.yaml" with: """ pid_file: 'run/pid' local_storage: 'data/storage.git' access_log: 'log/access_log' executable: 'bin/local_pac' """ When I successfully run `local_pac init --config-file config.yaml` Then the following directories should exist: | directory | | 'run' | | 'data/storage.git' | | 'log' | And the following files should exist: | file | | 'data/storage.git/hooks/pre-receive' |
Version data entries
15 entries across 15 versions & 1 rubygems