Sha256: d528d29fd03f8dff6ef559eaf0c9b858a918d13694bd42a55e54f3859b754121

Contents?: true

Size: 645 Bytes

Versions: 1

Compression:

Stored size: 645 Bytes

Contents

@announce-output
Feature: Creating a git commit from a Pivotal Tracker story

  Scenario: Extra arguments are forwarded to "git commit"
    Given I have staged changes

    When I run `geordi commit --extra-option` interactively
      # No optional message
      And I type ""
    Then the output should contain "Util.system! git, commit, --allow-empty, -m, [#12] Test Story, --extra-option"


  Scenario: With no staged changes, a warning is printed
    When I run `geordi commit --allow-empty` interactively
      # No optional message
      And I type ""
    Then the output should contain "> No staged changes. Will create an empty commit."

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geordi-2.7.0 features/commit.feature