Activate "Stream::Person returns the most recent posts" spec

This commit is contained in:
Steffen van Bergerem 2016-02-21 11:31:40 +01:00
parent 086b6e4529
commit b808ac08ef

View file

@ -11,7 +11,6 @@ describe Stream::Person do
end end
it "returns the most recent posts" do it "returns the most recent posts" do
skip # this randomly fails on postgres
posts = [] posts = []
fetched_posts = [] fetched_posts = []