Sha256: 5dbafb578f4ba4a479d98bcc03387c632f56209a44b6143f8b50975c804869f7
Contents?: true
Size: 575 Bytes
Versions: 1
Compression:
Stored size: 575 Bytes
Contents
Feature: Adding content to Trello Background: Given a board exists @add Scenario: Add a list Given the Trello API is stubbed with "200_create_list" When I run `troo add list 200 "My Cucumber List"` Then the output should contain: """ New list 'My Cucumber List' created. """ @add Scenario: Cannot add a list as board not found Given the Trello API is stubbed with "400_create_list" When I run `troo add list 400 "My Cucumber List"` Then the output should contain: """ List could not be created. """
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.9 | features/add/list.feature |