aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-03-31 15:13:35 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-03-31 15:13:35 -0300
commit67b000ebd59a9fd90abf77bd3d6f32f188b03f1f (patch)
treeb2193e8a1f1a58d6b598ed23f103c20d15a81d91 /actionpack/lib
parentc81f85d36c15a325a2279b88bd8611df6f2c2e5d (diff)
downloadrails-67b000ebd59a9fd90abf77bd3d6f32f188b03f1f.tar.gz
rails-67b000ebd59a9fd90abf77bd3d6f32f188b03f1f.tar.bz2
rails-67b000ebd59a9fd90abf77bd3d6f32f188b03f1f.zip
Remove not needed requires
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_dispatch/testing/test_request.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/testing/test_request.rb b/actionpack/lib/action_dispatch/testing/test_request.rb
index 7280e9a93b..d04be2099c 100644
--- a/actionpack/lib/action_dispatch/testing/test_request.rb
+++ b/actionpack/lib/action_dispatch/testing/test_request.rb
@@ -1,6 +1,5 @@
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/hash/indifferent_access'
-require 'active_support/core_ext/hash/reverse_merge'
require 'rack/utils'
module ActionDispatch