Take out pending on spec that exposes issue 150

This commit is contained in:
Raphael 2010-10-07 17:54:26 -07:00
parent 399e437655
commit 3632143959

View file

@ -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