mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: password validator was being too strict
This commit is contained in:
parent
dba16b57cb
commit
8feb94e13f
3 changed files with 6 additions and 5 deletions
|
@ -613,9 +613,9 @@ describe UsersController do
|
|||
auth[:authenticator_name] = 'twitter'
|
||||
auth[:extra_data] = twitter_auth
|
||||
|
||||
TwitterUserInfo.expects(:create)
|
||||
|
||||
post_user
|
||||
|
||||
expect(TwitterUserInfo.count).to eq(1)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue