spec/moneta/adapters/activesupportcache/standard_activesupportcache_spec.rb in moneta-1.5.1 vs spec/moneta/adapters/activesupportcache/standard_activesupportcache_spec.rb in moneta-1.5.2

- old
+ new

@@ -1,5 +1,5 @@ -describe 'standard_activesupportcache' do +describe 'standard_activesupportcache', adapter: :ActiveSupportCache, broken: ::Gem::Version.new(RUBY_ENGINE_VERSION) >= ::Gem::Version.new('3.0.0') do before :context do require 'active_support' end let(:t_res) { 0.1 }