FIX: password validator was being too strict

This commit is contained in:
Sam
2017-02-14 09:17:52 -05:00
parent dba16b57cb
commit 8feb94e13f
3 changed files with 6 additions and 5 deletions

View File

@ -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