Sha256: a4086b9b937b39eef7d033640269e84852e0d04274d07e5ef83328d4813fdb0a
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
Feature: Local deploy In order to manage docroot As a developer using Cucumber I want to use the deploy steps to deploy to local @announce @no-clobber Scenario: Local deploy sample project 1 develop Given I cd to "sample-docroot" Then I run `docman deploy local sample_project1 branch develop` Then the exit status should be 0 Then the following directories should exist: | master | | master/docroot | | master/docroot/sites | | master/hooks | | master/profiles | | master/profiles/sample_profile | | master/projects/sample_project1 | | master/projects/sample_project2 | @announce @no-clobber Scenario: Local deploy sample project 2 master Given I cd to "sample-docroot" Then I run `docman deploy local sample_project2 branch master` Then the exit status should be 0 Then the following directories should exist: | master | | master/docroot | | master/docroot/sites | | master/hooks | | master/profiles | | master/profiles/sample_profile | | master/projects/sample_project1 | | master/projects/sample_project2 |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
docman-0.0.5 | features/local_deploy.feature |
docman-0.0.4 | features/local_deploy.feature |
docman-0.0.3 | features/local_deploy.feature |