features/cli.feature in tweettail-1.0.0 vs features/cli.feature in tweettail-1.1.0
- old
+ new
@@ -3,11 +3,11 @@
As a twitter user
I want twitter search results appearing in the console
Scenario: Display some search results
Given twitter has some search results for "jaoo"
- When I run local executable "tweet-tail" with arguments "jaoo"
+ When I run local executable "tweettail" with arguments "jaoo"
Then I should see some twitter messages
Scenario: Display explicit search results
Given twitter has some search results for "jaoo"
When I run executable internally with arguments "jaoo"
@@ -30,10 +30,10 @@
drnic: reading my own abstract for JAOO presentation
CaioProiete: Wish I could be at #JAOO Australia...
"""
Scenario: Show help if no search query passed
- When I run local executable "tweet-tail" with arguments ""
+ When I run local executable "tweettail" with arguments ""
Then I should see help option "-f"