Sha256: 12ba0aba3ccd0c5dff5bc0626a1d7f25a34574b678162939e87e29442868e5f7

Contents?: true

Size: 363 Bytes

Versions: 6

Compression:

Stored size: 363 Bytes

Contents

Feature: Having a hook plugin that passed
  In order to have a commit to take place
  As developer
  I want to see the hook test passed

  Scenario: Running a successful commit test
    When I run `ruby pre-commit-pass`
    Then it should pass with:
      """
      All tests passed. No reason to prevent the commit.
      """
    And the exit status should be 0

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
captain_hoog-2.0.0 features/passed_hook.feature
captain_hoog-1.1.1 features/passed_hook.feature
captain_hoog-1.1.0 features/passed_hook.feature
captain_hoog-1.0.2 features/passed_hook.feature
captain_hoog-1.0.1 features/passed_hook.feature
captain_hoog-1.0 features/passed_hook.feature