Sha256: 7f6cd20bc171ea177d8c4545a6f534ed066fb2310708208a16eec0a6489fb406

Contents?: true

Size: 264 Bytes

Versions: 1

Compression:

Stored size: 264 Bytes

Contents

Feature: Git repository
  Background:
    Given I have created a app with pah

  Scenario: Create a git repo
    Then I have a .git
    When I cd to "myapp"
    And I run `git status`
    Then the stdout should contain:
      """
      nothing to commit
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.14 features/git.feature