features/refresh/card.feature in troo-0.0.9 vs features/refresh/card.feature in troo-0.0.10

- old
+ new

@@ -2,10 +2,10 @@ @refresh Scenario: Refresh the card with ID Given the Trello API is stubbed with "200_card_by_id" And a card exists - When I run `troo refresh card 200` + When I run `troo refresh card 20020` Then the output should contain "refreshed" @refresh Scenario: Cannot refresh; card not found Given the Trello API is stubbed with "400_card_by_id"