mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
Allow several authentications to share a common path.
This commit is contained in:
@@ -85,7 +85,7 @@ class LockTest < ActionController::IntegrationTest
|
||||
ActionMailer::Base.deliveries.clear
|
||||
|
||||
sign_in_as_user(:password => "invalid")
|
||||
assert_contain 'Invalid email or password.'
|
||||
assert_contain 'Your account is locked.'
|
||||
assert ActionMailer::Base.deliveries.empty?
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user