mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 01:26:08 +10:00
Fix a broken spec
Temporary fix until Devise 4 fixes this grammar issue: https://github.com/plataformatec/devise/issues/4095
This commit is contained in:
@@ -12,7 +12,7 @@ describe SessionsController do
|
||||
post(:create, user: { login: 'invalid', password: 'invalid' })
|
||||
|
||||
expect(response)
|
||||
.to set_flash.now[:alert].to /Invalid login or password/
|
||||
.to set_flash.now[:alert].to /Invalid Login or password/
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user