features/add/comment.feature in troo-0.0.9 vs features/add/comment.feature in troo-0.0.10

- old
+ new

@@ -3,10 +3,10 @@ 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"` + When I run `troo add comment 20020 "My Cucumber Comment"` Then the output should contain: """ New comment created. """