Merge pull request #6708 from svbergerem/pending-person-stream-spec

Activate "Stream::Person returns the most recent posts" spec
This commit is contained in:
Dennis Schubert 2016-02-23 06:36:09 +01:00
commit a967fe1f48

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 = []