Sha256: 803bd9679db076fadea97380b1080a5a5ea082908d02dd426b0c8fde18549f52

Contents?: true

Size: 770 Bytes

Versions: 5

Compression:

Stored size: 770 Bytes

Contents

Feature: Push

Scenario: Collaborator
  Given a fresh set of repositories
  When I cd to the owner repo
    And I execute gitcycle branch with a new URL or string
    And I give default input
    And gitcycle runs
    And I cd to the user repo
    And I execute gitcycle with "co config.owner/master-ticket.id"
    And gitcycle runs
    And I commit something
    And I execute gitcycle with "push"
    And gitcycle runs
  Then output includes
    """
    Retrieving branch information from gitcycle.
    Adding remote repo 'config.owner/config.repo'.
    Fetching remote 'config.owner'.
    Merging remote branch 'master-ticket.id' from 'config.owner/config.repo'.
    Pushing branch 'config.owner/master-ticket.id'.
    """
    And current branch is "master-ticket.id"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gitcycle-0.2.24 features/push.feature
gitcycle-0.2.23 features/push.feature
gitcycle-0.2.22 features/push.feature
gitcycle-0.2.21 features/push.feature
gitcycle-0.2.20 features/push.feature