mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
@@ -24,7 +24,6 @@ describe User do
|
||||
it { should have_one(:facebook_user_info).dependent(:destroy) }
|
||||
it { should have_one(:twitter_user_info).dependent(:destroy) }
|
||||
it { should have_one(:github_user_info).dependent(:destroy) }
|
||||
it { should have_one(:cas_user_info).dependent(:destroy) }
|
||||
it { should have_one(:oauth2_user_info).dependent(:destroy) }
|
||||
it { should have_one(:user_stat).dependent(:destroy) }
|
||||
it { should belong_to(:approved_by) }
|
||||
|
||||
Reference in New Issue
Block a user