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