Sha256: ce1c0c5e42c1f04a141de43f28c06c86e37cdc89b29f54726790c4d3b4e40452
Contents?: true
Size: 610 Bytes
Versions: 6
Compression:
Stored size: 610 Bytes
Contents
Feature: Setting a default board @default Scenario: Set a board to default Given a board exists When I run `troo default board 20010` Then the output should contain: """ 'My Test Board' set as default. """ @default Scenario: Cannot set a default; not found Given the Trello API is stubbed with "400_board_by_id" When I run `troo default board 400` Then the output should contain "Board cannot be found." @default Scenario: Cannot set a default; no ID When I run `troo default board` Then the output should contain "was called with no arguments"
Version data entries
6 entries across 6 versions & 1 rubygems