aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
diff options
context:
space:
mode:
authorVishnu Atrai <me@vishnuatrai.com>2012-02-13 23:24:30 +0530
committerVishnu Atrai <me@vishnuatrai.com>2012-02-13 23:24:30 +0530
commita9e18df9c2332062be6d3b9938dc94e33d558b89 (patch)
treec3e64be2f4e4860f2299f451ae5595512f004083 /actionpack/test/template
parent3a5a01f7f6af2456acab1b662f618f326002ee5f (diff)
downloadrails-a9e18df9c2332062be6d3b9938dc94e33d558b89.tar.gz
rails-a9e18df9c2332062be6d3b9938dc94e33d558b89.tar.bz2
rails-a9e18df9c2332062be6d3b9938dc94e33d558b89.zip
remove unwanted require for string encoding
Diffstat (limited to 'actionpack/test/template')
-rw-r--r--actionpack/test/template/javascript_helper_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/template/javascript_helper_test.rb b/actionpack/test/template/javascript_helper_test.rb
index d98ffe8fa7..9441bd6b38 100644
--- a/actionpack/test/template/javascript_helper_test.rb
+++ b/actionpack/test/template/javascript_helper_test.rb
@@ -1,5 +1,4 @@
require 'abstract_unit'
-require 'active_support/core_ext/string/encoding'
class JavaScriptHelperTest < ActionView::TestCase
tests ActionView::Helpers::JavaScriptHelper