features/update_user.feature in winton-sum-0.1.0 vs features/update_user.feature in winton-sum-0.1.1
- old
+ new
@@ -71,6 +71,13 @@
Scenario: I submit an empty email
When I visit the front page
And submit an empty email
Then I should see a form
And the email field should have an error
- And the error should be "can't be blank"
+ And the error should be "can't be blank"
+
+ Scenario: I don't check the terms of service
+ When I visit the front page
+ And submit an empty tos
+ Then I should see a form
+ And the tos field should have an error
+ And the error should be "must be accepted"
\ No newline at end of file