[tests] Fix gotcha with new activesupport redis versions

This fixes the error:

    uninitialized constant ActiveSupport::VERSION

when loading active_support/cache/redis_store
This commit is contained in:
Aaron Suggs 2016-07-11 15:23:06 -04:00
parent e3dfd0dd1c
commit ff22014a03

View file

@ -1,5 +1,5 @@
require 'active_support/cache'
require 'active_support/cache/redis_store'
require 'redis-activesupport'
require 'dalli'
require_relative '../spec_helper'