Sha256: 7adfe83ef84f1b640b270aa27c8040232f608c6582b158234f6ed4dccb49fe11

Contents?: true

Size: 400 Bytes

Versions: 6

Compression:

Stored size: 400 Bytes

Contents

Feature: Showing all boards

  @show
  Scenario: When boards exist
    Given a board exists
    When I run `troo show boards`
    Then the output should contain:
      """
      (1) My Test Board

          No lists were found.
      """

  @show
  Scenario: When no boards exist
    When I run `troo show boards`
    Then the output should contain:
      """
      Boards cannot be found.
      """

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
troo-0.0.15 features/show/boards.feature
troo-0.0.14 features/show/boards.feature
troo-0.0.13 features/show/boards.feature
troo-0.0.12 features/show/boards.feature
troo-0.0.11 features/show/boards.feature
troo-0.0.10 features/show/boards.feature