From 330c142172835f6d3a78396dcc74eda7b55a97ea Mon Sep 17 00:00:00 2001 From: bsag Date: Sun, 11 Jan 2009 16:13:06 +0000 Subject: [PATCH] Removed user specs relating to users in taggings table. User removed from taggings in migration 045. --- spec/models/user_spec.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb index 7b4eb222..7ca452fc 100644 --- a/spec/models/user_spec.rb +++ b/spec/models/user_spec.rb @@ -68,14 +68,6 @@ describe User do with_dependent(:delete_all) end - it 'has many taggings' do - User.should have_many(:taggings) - end - - it 'has many tags through taggings' do - User.should have_many(:tags).through(:taggings).with_select('DISTINCT tags.*') - end - it 'has one preference' do User.should have_one(:preference) end