removed old pending spec

This commit is contained in:
danielvincent 2010-10-08 09:16:11 -07:00
parent 4a88ac22c2
commit b70cf713ec

View file

@ -170,17 +170,5 @@ describe Person do
tom.real_name.include?("Hamiltom").should be true
end
describe 'wall posting' do
it 'should be able to post on another persons wall' do
pending
#user2 is in user's aspect, user is in aspect2 on user
friend_users(@user, @aspect, @user2, @aspect2)
@user.person.post_to_wall(:person => @user2.person, :message => "youve got a great smile")
@user.person.wall_posts.count.should == 1
end
end
end
end