Sha256: 18c3d4103482d2fa6a189040b4a2c8b9fc31e150a8649ca7582ae39c3f6af7f9
Contents?: true
Size: 779 Bytes
Versions: 102
Compression:
Stored size: 779 Bytes
Contents
Feature: Init In order to manage docroot As a developer using Cucumber I want to use the deploy steps to deploy to local @announce @no-clobber @init Scenario: Local force init Given I run `docman init sample-docroot https://github.com/aroq/dm-test-docroot-config.git -f` Then the exit status should be 0 Then the following directories should exist: | sample-docroot | | sample-docroot/config | @announce @no-clobber @init Scenario: Local interactive init Given I run `docman init sample-docroot https://github.com/aroq/dm-test-docroot-config.git` interactively And I type "yes" Then the exit status should be 0 Then the following directories should exist: | sample-docroot | | sample-docroot/config |
Version data entries
102 entries across 102 versions & 1 rubygems