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