1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix cache store test

Pull #7800 broke the build, this should fix it.
This commit is contained in:
Steve Klabnik 2012-09-30 19:41:57 -07:00
parent b10c8822e1
commit 55eba0affc

View file

@ -1,4 +1,5 @@
require 'abstract_unit'
require 'fixtures/session_autoload_test/session_autoload_test/foo'
class CacheStoreTest < ActionDispatch::IntegrationTest
class TestController < ActionController::Base