Sha256: 0e8d6da2b2e1a15f9279b6c46942dbb2cb081600ae24534c0fa90b6433f807e8
Contents?: true
Size: 773 Bytes
Versions: 1
Compression:
Stored size: 773 Bytes
Contents
Feature: Troo Basics @basics Scenario: Getting the current version When I run `troo version` Then the output should be the version number of troo @basics Scenario: Running the command with no arguments When I run `troo` Then the output should contain "Commands:" @basics Scenario: Running an unknown command When I run `troo unknown` Then the output should contain: """ Could not find command "unknown". """ @pending @authentication Scenario: Not authenticated with Trello Given the Trello API is stubbed with "unauthenticated" @pending @connectivity Scenario: Trello not responding Given the Trello API is stubbed with "trello_failure" @pending @connectivity Scenario: No network connection
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.8 | features/troo.feature |