Skip to content
Snippets Groups Projects
Unverified Commit 5647fb14 authored by Connor Shea's avatar Connor Shea
Browse files

Fix a broken spec

Temporary fix until Devise 4 fixes this grammar issue:
https://github.com/plataformatec/devise/issues/4095
parent d287315d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment