Sha256: c05461c75d23756c2a96ea97c855647e47381893be665b607987e7f573e256a0
Contents?: true
Size: 476 Bytes
Versions: 19
Compression:
Stored size: 476 Bytes
Contents
Feature: Installation Background: Given a test app with the default configuration 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
19 entries across 19 versions & 2 rubygems