1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Fix assertion

This commit is contained in:
hakanensari 2013-07-26 19:31:49 +01:00
parent b861a65e72
commit 9a60415e2e

View file

@ -215,7 +215,7 @@ class FailureTest < ActiveSupport::TestCase
}
call_failure(env)
assert @response.third.body.include?('<h2>Sign in</h2>')
assert @response.third.body.include?('Your account was not activated yet.')
assert @response.third.body.include?('Your account is not activated yet.')
end
end
end