Sha256: a3f4efe8ba1afbe57991ce9a3c1af221804c9bc5420c5c0812a5e835ed0728d5

Contents?: true

Size: 240 Bytes

Versions: 4

Compression:

Stored size: 240 Bytes

Contents

Feature: Help Banner
  As an owner of a repository I want to have an
  ability to read help

  Scenario: Help can be printed
    When I run bin/rultor with "-h"
    Then Exit code is zero
    And Stdout contains "Display this help message"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rultor-0.3.0 features/cli/help.feature
rultor-0.2.0 features/cli/help.feature
rultor-0.1.1 features/cli/help.feature
rultor-0.1.0 features/cli/help.feature