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