Sha256: 8cda640c5c59df99ab69535d47ecac89fc074d12fed67a2d8ab243b32df449f2

Contents?: true

Size: 752 Bytes

Versions: 163

Compression:

Stored size: 752 Bytes

Contents

Feature: Bard deploy should fold the integration branch into master and perform a deploy

  Scenario: Bard deploy detects non-fast-forward merge from integration to master
    Given a shared rails project
    And on development_b, a commit on the "master" branch
    And on development_b, I type "git push origin master"
    And a commit
    When I type "bard deploy"
    Then I should see the fatal error "Rebase"

  Scenario: Bard deploy works
    Given a shared rails project
    And a commit
    When I type "bard deploy"
    Then the "master" branch should match the "integration" branch
    And the "integration" branch should match the "origin/integration" branch
    And the "origin/master" branch should match the "origin/integration" branch

Version data entries

163 entries across 163 versions & 1 rubygems

Version Path
bard-1.3.9 features/bard_deploy.feature
bard-1.3.8 features/bard_deploy.feature
bard-1.3.7 features/bard_deploy.feature
bard-1.3.6 features/bard_deploy.feature
bard-1.3.5 features/bard_deploy.feature
bard-1.3.4 features/bard_deploy.feature
bard-1.3.3 features/bard_deploy.feature
bard-1.3.2 features/bard_deploy.feature
bard-1.3.1 features/bard_deploy.feature
bard-1.3.0 features/bard_deploy.feature
bard-1.2.0 features/bard_deploy.feature
bard-1.1.2 features/bard_deploy.feature
bard-1.1.1 features/bard_deploy.feature
bard-1.1.0 features/bard_deploy.feature
bard-1.0.8 features/bard_deploy.feature
bard-1.0.7 features/bard_deploy.feature
bard-1.0.6 features/bard_deploy.feature
bard-1.0.5 features/bard_deploy.feature
bard-1.0.4 features/bard_deploy.feature
bard-1.0.3 features/bard_deploy.feature