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:
parent
3a5a01f7f6
commit
a9e18df9c2
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
require 'action_view/helpers/tag_helper'
|
||||
require 'active_support/core_ext/string/encoding'
|
||||
|
||||
module ActionView
|
||||
module Helpers
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
require 'abstract_unit'
|
||||
require 'active_support/core_ext/string/encoding'
|
||||
|
||||
class JavaScriptHelperTest < ActionView::TestCase
|
||||
tests ActionView::Helpers::JavaScriptHelper
|
||||
|
|
Loading…
Reference in a new issue