From 970f54adb671e3eb8d4a3897e07a8ee7b8b365c0 Mon Sep 17 00:00:00 2001 From: ganesh Date: Thu, 9 Feb 2012 16:06:51 +0530 Subject: [PATCH] removed unnecessary code --- actionpack/test/template/url_helper_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/actionpack/test/template/url_helper_test.rb b/actionpack/test/template/url_helper_test.rb index 37ec0e323d..b482bd3251 100644 --- a/actionpack/test/template/url_helper_test.rb +++ b/actionpack/test/template/url_helper_test.rb @@ -1,6 +1,5 @@ # encoding: utf-8 require 'abstract_unit' -require 'active_support/ordered_hash' require 'controller/fake_controllers' class UrlHelperTest < ActiveSupport::TestCase