Sha256: bd94221eec3e3cb9498f2c0e5d80c2d15f70bc615d50c2b5099eae61809f231a

Contents?: true

Size: 286 Bytes

Versions: 13

Compression:

Stored size: 286 Bytes

Contents

@no-clobber
Feature: Git repository
  Background:
    Given I have created the app "myapp" 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

13 entries across 13 versions & 1 rubygems

Version Path
pah-0.0.28 features/git.feature
pah-0.0.27 features/git.feature
pah-0.0.26 features/git.feature
pah-0.0.25 features/git.feature
pah-0.0.24 features/git.feature
pah-0.0.23 features/git.feature
pah-0.0.22 features/git.feature
pah-0.0.21 features/git.feature
pah-0.0.20 features/git.feature
pah-0.0.19 features/git.feature
pah-0.0.17 features/git.feature
pah-0.0.16 features/git.feature
pah-0.0.15 features/git.feature