Sha256: 4ba91e8f744490abfd066eb26556e0bb046ef52451145b55aae4e154757ff996
Contents?: true
Size: 823 Bytes
Versions: 5
Compression:
Stored size: 823 Bytes
Contents
Feature: Checkout Scenario: Existing branch Given a fresh set of repositories When I cd to the user repo And I execute gitcycle branch with a new URL or string And I give default input And I execute gitcycle checkout with the last URL or string And gitcycle runs Then output includes """ Retrieving branch information from gitcycle. Checking out branch 'master-ticket.id'. """ And current branch is "master-ticket.id" Scenario: Fresh repo Given a fresh set of repositories When I cd to the user repo And I execute gitcycle checkout with the last URL or string And gitcycle runs Then output includes """ Retrieving branch information from gitcycle. Tracking branch 'origin/master-last_ticket.id'. """ And current branch is "master-last_ticket.id"
Version data entries
5 entries across 5 versions & 1 rubygems