Sha256: fc6cd153b470dd15f763ccb765d379f768c3fd61ea85650657a3db4c5b10223d
Contents?: true
Size: 306 Bytes
Versions: 3
Compression:
Stored size: 306 Bytes
Contents
require 'cache/object' RSpec.configure do |config| config.before do Cache::Object.instance_variable_set(:@configuration, nil) end config.after do Cache::Object.instance_variable_set(:@configuration, nil) end config.raise_errors_for_deprecations! config.disable_monkey_patching! end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cache-object-0.0.3 | spec/spec_helper.rb |
cache-object-0.0.2 | spec/spec_helper.rb |
cache-object-0.0.1 | spec/spec_helper.rb |