Sha256: 1d45966111e8f18d157a672e8976892ba433ee33c7daf0ee5a90f126bb2eebe0
Contents?: true
Size: 284 Bytes
Versions: 1
Compression:
Stored size: 284 Bytes
Contents
RSpec.configure do |config| config.before(:all) do ActiveSupport::Deprecation.silenced = true end config.before(:each) do Paperclip::Deprecations.stubs(:active_record_version).returns("4.2") Paperclip::Deprecations.stubs(:aws_sdk_version).returns("2.0.0") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paperclip-4.3.3 | spec/support/deprecations.rb |