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