Skip to content

Commit ff22014

Browse files
committed
[tests] Fix gotcha with new activesupport redis versions
This fixes the error: uninitialized constant ActiveSupport::VERSION when loading active_support/cache/redis_store
1 parent e3dfd0d commit ff22014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/offline_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require 'active_support/cache'
2-
require 'active_support/cache/redis_store'
2+
require 'redis-activesupport'
33
require 'dalli'
44
require_relative '../spec_helper'
55

0 commit comments

Comments
 (0)