Merge pull request #188 from ktheory/fix-redis-activesupport

[tests] Fix gotcha with new activesupport redis versions
This commit is contained in:
Aaron Suggs 2016-07-11 16:02:57 -04:00 committed by GitHub
commit 88e3ed0efd

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'