Sha256: d7e355bc11cbc887452bb12d2027f51642cb846cdf4808e2135c5ebd8de91b92

Contents?: true

Size: 501 Bytes

Versions: 16

Compression:

Stored size: 501 Bytes

Contents

Feature: Command Line Processing
  As an payment originator I want to be able to use
  Zold as a command line tool

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

  Scenario: Version can be printed
    When I run bin/zold with "--version"
    Then Exit code is zero

  Scenario: Wallet can be created
    When I run bin/zold with " --private-key id_rsa --public-key id_rsa.pub --trace create"
    Then Exit code is zero

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
zold-0.5 features/cli.feature
zold-0.4.4 features/cli.feature
zold-0.4.3 features/cli.feature
zold-0.4.2 features/cli.feature
zold-0.4.1 features/cli.feature
zold-0.4 features/cli.feature
zold-0.3.4 features/cli.feature
zold-0.3.3 features/cli.feature
zold-0.3.2 features/cli.feature
zold-0.3.1 features/cli.feature
zold-0.3 features/cli.feature
zold-0.2 features/cli.feature
zold-0.1.3 features/cli.feature
zold-0.1.2 features/cli.feature
zold-0.1.1 features/cli.feature
zold-0.1 features/cli.feature