features/user.feature in usaidwat-1.3.0 vs features/user.feature in usaidwat-1.4.0
- old
+ new
@@ -25,9 +25,10 @@
"""
Scenario: Fail to pass a username when querying for information
Given the Reddit service returns information for the user "mipadi"
When I run `usaidwat info`
- Then it should fail with:
+ Then the exit status should not be 0
+ And stderr should contain exactly:
"""
You must specify a username
"""