Sha256: f5519b238638ac524a71e0af6b398514198c9bece9133817bd54fc2e149f5d7b
Contents?: true
Size: 879 Bytes
Versions: 6
Compression:
Stored size: 879 Bytes
Contents
Feature: Showing a board @show Scenario: Showing a board with ID Given a board exists When I run `troo show board 20010` Then the output should contain: """ (1) My Test Board No lists were found. """ @show Scenario: Cannot show board; not found Given the Trello API is stubbed with "400_board_by_id" When I run `troo show board 400` Then the output should contain: """ Board cannot be found. """ @show Scenario: Showing the default board Given a default board exists When I run `troo show board` Then the output should contain: """ (1) My Default Board * No lists were found. """ @show Scenario: Cannot show; no default board When I run `troo show board` Then the output should contain: """ set a default board first """
Version data entries
6 entries across 6 versions & 1 rubygems