From b70cf713ec3bfa7e47ea64dbd7f4f32e26a8cda0 Mon Sep 17 00:00:00 2001
From: danielvincent <danielgrippi@gmail.com>
Date: Fri, 8 Oct 2010 09:16:11 -0700
Subject: [PATCH] removed old pending spec

---
 spec/models/person_spec.rb | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/spec/models/person_spec.rb b/spec/models/person_spec.rb
index 67fd1409c2..defa9f866f 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
-- 
GitLab