Sha256: 04a531f55092bda31db0b022fc58b4e0689a327eda22e59290c517dbc1d84e9b

Contents?: true

Size: 614 Bytes

Versions: 2

Compression:

Stored size: 614 Bytes

Contents

Feature: GIT Repo Info
  In order to deploy maven artifacts
  As the jenkins build server
  I need to know details about the constructed artifacts
  
  Scenario Outline: There are no uncommitted changes in the current project
    Given the git repo: "<git repo directory>"
    Given there are no uncommitted changes in that directory
    When I ask if there are any uncommitted changes
    Then the program should return "<output>"

    Examples:
      | git repo directory                  | output  |
      | /tmp/git_repo_no_uncommitted        | true    |
      | /tmp/git_repo_uncommitted           | false   |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
beta_tools-0.0.5 features/git.feature
beta_tools-0.0.4 features/git.feature