Sha256: 1b69751b9b3c589479dab7672012b8cdded60ba2698163b36681c06a6c1eceb0
Contents?: true
Size: 174 Bytes
Versions: 44
Compression:
Stored size: 174 Bytes
Contents
# Delayg garbage collection to the end of tests RSpec.configure do |config| config.before(:each) do GC.disable end config.after(:each) do GC.enable end end
Version data entries
44 entries across 44 versions & 4 rubygems