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,10 +11,9 @@ describe Stream::Person do
end
it "returns the most recent posts" do
skip # this randomly fails on postgres
posts = []
fetched_posts = []
aspect = bob.aspects.first.id
Timecop.scale(600) do
16.times do |n|