1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove unwanted require for string encoding

This commit is contained in:
Vishnu Atrai 2012-02-13 23:24:30 +05:30
parent 3a5a01f7f6
commit a9e18df9c2
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
require 'action_view/helpers/tag_helper'
require 'active_support/core_ext/string/encoding'
module ActionView
module Helpers

View file

@ -1,5 +1,4 @@
require 'abstract_unit'
require 'active_support/core_ext/string/encoding'
class JavaScriptHelperTest < ActionView::TestCase
tests ActionView::Helpers::JavaScriptHelper