This commit is contained in:
Raphael 2010-11-30 15:59:05 -08:00
parent 601284a171
commit a520c756ea

View file

@ -168,7 +168,7 @@ describe AspectsController do
@hash[:aspect].should == @aspect
end
it 'has a contact count' do
@hash[:contact_count].should == 11
@hash[:contact_count].should == @aspect.contacts.count
end
it 'has people' do
desired_people = @aspect.contacts.map{|c| c.person.diaspora_handle}