Remove a spec that tests a method that doesn't exist anymore.
This commit is contained in:
parent
795f715833
commit
eeba0e7a63
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue