Sha256: 5385aa091950f9a0320943010c3df138d58ef28cb61cc42907691386204f9ed7
Contents?: true
Size: 829 Bytes
Versions: 1
Compression:
Stored size: 829 Bytes
Contents
Feature: Showing a board @show Scenario: Showing a board with ID Given a board exists When I run `troo show board 1` 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 "fetch_board_by_id" When I run `troo show board 69` 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.8 | features/show/board.feature |