remove what little CAS testing there was.
This commit is contained in:
parent
1167b5c4b5
commit
557d1886bb
|
@ -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) }
|
||||
|
|
Loading…
Reference in New Issue