Skip to content

Run GC multiple times if necessary

Created by: JoshCheek

As suggested in https://github.com/rspec/rspec-core/pull/1950#issuecomment-99492550 Still leaves the conditional in, b/c Rbx didn't collect all the instances in my trial, and JRuby wouldn't iterate over ObjectSpace to check whether the objects were collected.

Merge request reports