Removed user specs relating to users in taggings table. User removed from taggings in migration 045.

This commit is contained in:
bsag 2009-01-11 16:13:06 +00:00
parent 99c3aecc04
commit 330c142172

View file

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