Sha256: 714c03024296aab4abc07a4422c85248b3e92f27b871f6d616c1078461ae159e
Contents?: true
Size: 399 Bytes
Versions: 1
Compression:
Stored size: 399 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.9 | features/show/boards.feature |