Sha256: 7e50ca9c2704fb44fb728bdba53e41fe9c85959d0a0e03a71d8139584fa94318

Contents?: true

Size: 719 Bytes

Versions: 15

Compression:

Stored size: 719 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.
    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

15 entries across 15 versions & 1 rubygems

Version Path
gitcycle-0.3.5 features/push.feature
gitcycle-0.3.4 features/push.feature
gitcycle-0.3.3 features/push.feature
gitcycle-0.3.2 features/push.feature
gitcycle-0.3.1 features/push.feature
gitcycle-0.3.0 features/push.feature
gitcycle-0.2.33 features/push.feature
gitcycle-0.2.32 features/push.feature
gitcycle-0.2.31 features/push.feature
gitcycle-0.2.30 features/push.feature
gitcycle-0.2.29 features/push.feature
gitcycle-0.2.28 features/push.feature
gitcycle-0.2.27 features/push.feature
gitcycle-0.2.26 features/push.feature
gitcycle-0.2.25 features/push.feature