mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 17:41:19 +08:00
FIX: password validator was being too strict
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user