Remove a spec that tests a method that doesn't exist anymore.

This commit is contained in:
Sarah Mei 2011-01-15 14:28:15 -08:00
parent 795f715833
commit eeba0e7a63

View file

@ -265,15 +265,6 @@ describe User do
user.reload.profile.image_url.should == "http://clown.com"
end
it 'only pushes to a given person once' do
connect_users(user, aspect, user2, aspect2)
user.add_contact_to_aspect(user.contact_for(user2.person),
user.aspects.create(:name => "Newsies"))
user.should_receive(:push_to_person).once
user.update_profile(@params).should be_true
end
it "only pushes to non-pending contacts" do
connect_users(user, aspect, user2, aspect2)
user.contacts.count.should == 1