remove what little CAS testing there was.

This commit is contained in:
Erik Ordway 2014-02-11 17:53:20 -08:00
parent 1167b5c4b5
commit 557d1886bb
1 changed files with 0 additions and 1 deletions

View File

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