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

Version Path
gitcycle-0.3.5 features/review.feature
gitcycle-0.3.4 features/review.feature
gitcycle-0.3.3 features/review.feature
gitcycle-0.3.2 features/review.feature
gitcycle-0.3.1 features/review.feature
gitcycle-0.3.0 features/review.feature
gitcycle-0.2.33 features/review.feature
gitcycle-0.2.32 features/review.feature
gitcycle-0.2.31 features/review.feature
gitcycle-0.2.30 features/review.feature
gitcycle-0.2.29 features/review.feature
gitcycle-0.2.28 features/review.feature
gitcycle-0.2.27 features/review.feature
gitcycle-0.2.26 features/review.feature
gitcycle-0.2.25 features/review.feature
gitcycle-0.2.24 features/review.feature
gitcycle-0.2.23 features/review.feature
gitcycle-0.2.22 features/review.feature
gitcycle-0.2.21 features/review.feature
gitcycle-0.2.20 features/review.feature