Sha256: df5764192f5884a3d285095db446fab0630b439529fc4b3e52a34d922f57066d
Contents?: true
Size: 743 Bytes
Versions: 1
Compression:
Stored size: 743 Bytes
Contents
Feature: Adding content to Trello Background: Given a board exists @pending @failing @add Scenario: Add a list Given the Trello API is stubbed with "add_list_success" When I run `troo add list 1 "My Cucumber List"` Then the output should contain: """ New list 'My Cucumber Card' created """ @pending @failing @add Scenario: Add a list, name not provided Given the Trello API is stubbed with "add_list_interactive_success" When I run `troo add list` interactively And I type "My New Exciting List" Then the output should contain "" @pending @failing @add Scenario: Cannot add a list as board not found When I run `troo add list 69 ""` Then the output should contain ""
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.8 | features/add/list.feature |