Take out pending on spec that exposes issue 150
This commit is contained in:
parent
399e437655
commit
3632143959
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue