fixes specs [#395]

This commit is contained in:
rgarcia
2015-09-10 14:12:18 +02:00
parent 06a23eaccb
commit 076f9251f5
2 changed files with 13 additions and 5 deletions

View File

@@ -91,6 +91,6 @@ feature 'Level three verification' do
fill_in "letter_verification_code", with: user.letter_verification_code
click_button "Send"
expect(page).to have_content "Correct code. Your account is verified"
expect(page).to have_content "We have not sent you the letter with the code yet"
end
end