Sha256: 332439388f1de84822c049a18772ffa5437b3c4570507a1925c2780260199c5a

Contents?: true

Size: 426 Bytes

Versions: 7

Compression:

Stored size: 426 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"

  Scenario: Help can be printed if project is not specified
    When I run bin/rultor with "encrypt"
    Then Exit code is not zero
    And Stdout contains "Missing required option(s)"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rultor-0.4.4 features/cli/help.feature
rultor-0.4.3 features/cli/help.feature
rultor-0.4.2 features/cli/help.feature
rultor-0.4.1 features/cli/help.feature
rultor-0.4 features/cli/help.feature
rultor-0.3.2 features/cli/help.feature
rultor-0.3.1 features/cli/help.feature