Sha256: 25bae9a973e85e01ddab9e1f6e2b1f3d7d60b065658ebb12f777f614e34b6e3f

Contents?: true

Size: 639 Bytes

Versions: 9

Compression:

Stored size: 639 Bytes

Contents

@ruby>=1.9
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

9 entries across 9 versions & 1 rubygems

Version Path
geordi-2.12.3 features/commit.feature
geordi-2.12.2 features/commit.feature
geordi-2.12.1 features/commit.feature
geordi-2.12.0 features/commit.feature
geordi-2.11.0 features/commit.feature
geordi-2.10.1 features/commit.feature
geordi-2.10.0 features/commit.feature
geordi-2.9.0 features/commit.feature
geordi-2.8.0 features/commit.feature