aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorMarcin Olichwirowicz <olichwirowicz@gmail.com>2015-08-17 23:30:32 +0200
committerMarcin Olichwirowicz <olichwirowicz@gmail.com>2015-08-17 23:30:32 +0200
commit48a240bcbe09cadb7dedb3c6440cbdcb9f7c9d58 (patch)
treeff82d3de76850cdb9878270b6e8e2297966265cd /actionpack
parentb79ab88245587515a842c498dd7d0fe3cd8cef57 (diff)
downloadrails-48a240bcbe09cadb7dedb3c6440cbdcb9f7c9d58.tar.gz
rails-48a240bcbe09cadb7dedb3c6440cbdcb9f7c9d58.tar.bz2
rails-48a240bcbe09cadb7dedb3c6440cbdcb9f7c9d58.zip
Fix master build
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/test_case.rb1
1 files changed, 1 insertions, 0 deletions
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'