From 48a240bcbe09cadb7dedb3c6440cbdcb9f7c9d58 Mon Sep 17 00:00:00 2001 From: Marcin Olichwirowicz Date: Mon, 17 Aug 2015 23:30:32 +0200 Subject: Fix master build --- actionpack/lib/action_controller/test_case.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb index 94f18cefc3..e012fa617e 100644 --- a/actionpack/lib/action_controller/test_case.rb +++ b/actionpack/lib/action_controller/test_case.rb @@ -1,4 +1,5 @@ require 'rack/session/abstract/id' +require 'active_support/core_ext/hash/conversions' require 'active_support/core_ext/object/to_query' require 'active_support/core_ext/module/anonymous' require 'active_support/core_ext/hash/keys' -- cgit v1.2.3