From 67b000ebd59a9fd90abf77bd3d6f32f188b03f1f Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sat, 31 Mar 2012 15:13:35 -0300 Subject: Remove not needed requires --- actionpack/lib/action_dispatch/testing/test_request.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/lib') 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 -- cgit v1.2.3