improvements in the letter verification error messages

This commit is contained in:
kikito
2015-10-20 16:19:17 +02:00
parent faf29e81b7
commit 0d0806c9ae
7 changed files with 37 additions and 27 deletions

View File

@@ -96,7 +96,7 @@ feature 'Verify Letter' do
fill_in "verification_letter_password", with: user.password
click_button "Verify my account"
expect(page).to have_content error_message
expect(page).to have_content "can't be blank"
end
scenario '6 tries allowed' do