Sha256: 1c82c7b9806ae6a46853a7c88f3f497c78a5c6726d9e36c88514723c1d98c91c

Contents?: true

Size: 665 Bytes

Versions: 5

Compression:

Stored size: 665 Bytes

Contents

Feature: Diagnostics
  In order to determine what Pivotal Tracker story I'm working on
  As a developer
  I want to be able to view the Pivotal Tracker story associated with my current topic branch

  Background: A git repo for a project in Pivotal Tracker
    Given the following git repo:
      | Name                | Pivotal Tracker Api Token/Project Id    |
      | git_pivotal_tracker | aa0469780e3d7322b17ab19de416c874/217457 |

  Scenario: View the Pivotal Tracker Story for the Current Topic Branch
    When I run `git-story` interactively
      And I type ""
      And I run `git-info`
    Then the output should contain "feature-17553875-sample_feature"

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
git_pivotal_tracker-0.2.1 features/diagnostics.feature
git_pivotal_tracker-0.2.0 features/diagnostics.feature
git_pivotal_tracker-0.1.0 features/diagnostics.feature
git_pivotal_tracker-0.0.9 features/diagnostics.feature
git_pivotal_tracker_x-0.1.1 features/diagnostics.feature