-
Notifications
You must be signed in to change notification settings - Fork 932
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warnings about tests with no assertions
- Loading branch information
Showing
3 changed files
with
30 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,13 +171,13 @@ def test_user_create_success | |
end | ||
|
||
# Check that the user can successfully recover their password | ||
def test_lost_password_recovery_success | ||
# Open the lost password form | ||
# Submit the lost password form | ||
# Check the e-mail | ||
# Submit the reset password token | ||
# Check that the password has changed, and the user can login | ||
end | ||
# def test_lost_password_recovery_success | ||
# Open the lost password form | ||
# Submit the lost password form | ||
# Check the e-mail | ||
# Submit the reset password token | ||
# Check that the password has changed, and the user can login | ||
# end | ||
|
||
def test_user_create_redirect | ||
new_email = "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters