diff --git a/spec/models/person_spec.rb b/spec/models/person_spec.rb index 67fd1409c..defa9f866 100644 --- a/spec/models/person_spec.rb +++ b/spec/models/person_spec.rb @@ -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