From 36321439592046e6c05b1c609fa7bc3d69d87bea Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 7 Oct 2010 17:54:26 -0700 Subject: [PATCH] Take out pending on spec that exposes issue 150 --- spec/models/user/user_friending_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/models/user/user_friending_spec.rb b/spec/models/user/user_friending_spec.rb index fa4dd53b6..e72409d52 100644 --- a/spec/models/user/user_friending_spec.rb +++ b/spec/models/user/user_friending_spec.rb @@ -218,7 +218,6 @@ describe User do @user.raw_visible_posts.include?(@message.id).should be_false end it "deletes the unfriended user's posts from the aspect's posts" do - pending "We need to implement this" @aspect2.posts.include?(@message).should be_false end end