Sha256: 42e1808ffd6ae16225ba9f988198cc5a5be68fdb6d932548c16655517927949a
Contents?: true
Size: 909 Bytes
Versions: 10
Compression:
Stored size: 909 Bytes
Contents
Feature: Command Line Processing As a newsletter author I want to be able to send a newsletter Scenario: Help can be printed When I run bin/sibit with "--help" Then Exit code is zero And Stdout contains "--help" Scenario: Bitcoin price can be retrieved When I run bin/sibit with "price" Then Exit code is zero Scenario: Bitcoin latest block hash can be retrieved When I run bin/sibit with "latest" Then Exit code is zero Scenario: Bitcoin private key can be generated When I run bin/sibit with "generate" Then Exit code is zero Scenario: Bitcoin address can be created When I run bin/sibit with "create 46feba063e9b59a8ae0dba68abd39a3cb8f52089e776576d6eb1bb5bfec123d1" Then Exit code is zero Scenario: Bitcoin balance can be checked When I run bin/sibit with "balance 1MZT1fa6y8H9UmbZV6HqKF4UY41o9MGT5f --verbose" Then Exit code is zero
Version data entries
10 entries across 10 versions & 1 rubygems