Sha256: a14883ef481364212c1cb79d585bccb769e2f1f4fea06d0a1a9cfa790a0a74e6
Contents?: true
Size: 850 Bytes
Versions: 25
Compression:
Stored size: 850 Bytes
Contents
Feature: Review Scenario: No parameters 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 gitcycle runs And I commit something And I execute gitcycle with "ready" And gitcycle runs And I execute gitcycle with "review pass" And gitcycle runs Then output includes "Labeling issue as 'Pending QA'." Scenario: Parameters 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 gitcycle runs And I commit something And I execute gitcycle with "ready" And gitcycle runs And I execute gitcycle with "review pass issue.id" And gitcycle runs Then output includes "Labeling issues as 'Pending QA'."
Version data entries
25 entries across 25 versions & 1 rubygems