Sha256: f2c69318be844bbf5c66e7282e7a9300b2673d354964c2bdd04e585e35e9b081
Contents?: true
Size: 632 Bytes
Versions: 26
Compression:
Stored size: 632 Bytes
Contents
Feature: Installation Background: Given a test app without any configuration Scenario: The "install" task documentation can be viewed When I run "cap -T" Then the task is successful And contains "cap install" in the output Scenario: With default stages When I run "cap install" Then the deploy.rb file is created And the default stage files are created And the tasks folder is created Scenario: With specified stages When I run "cap install STAGES=qa,production" Then the deploy.rb file is created And the specified stage files are created And the tasks folder is created
Version data entries
26 entries across 26 versions & 1 rubygems