Sha256: 41e9c084728c3f2c53510e755d09d0c281586a82b994d3192256baf72bb1c652

Contents?: true

Size: 818 Bytes

Versions: 2

Compression:

Stored size: 818 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 the remote master branch has had a commit since I last pulled
    And I have committed a set of changes to my local integration branch
    When I type "bard deploy"
    Then I should see the fatal error "Rebase"

  Scenario: Bard deploy works
    Given a shared rails project
    And I have committed a set of changes to my local integration branch
    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

2 entries across 2 versions & 1 rubygems

Version Path
bard-0.6.9 features/bard_deploy.feature
bard-0.6.8 features/bard_deploy.feature