Sha256: c01031ed12f72ca972fa21b0c8ad28c49f412077fa866693627f29e7d8ce783b
Contents?: true
Size: 180 Bytes
Versions: 17
Compression:
Stored size: 180 Bytes
Contents
# Delays garbage collection until the end of testing. RSpec.configure do |config| config.before(:each) do GC.disable end config.after(:each) do GC.enable end end
Version data entries
17 entries across 17 versions & 2 rubygems