Skip to content

Commit

Permalink
Merge pull request rails#5026 from castlerock/remove_require_for_stri…
Browse files Browse the repository at this point in the history
…ng_encoding

remove unused require for string encoding
  • Loading branch information
spastorino committed Feb 13, 2012
2 parents 957da55 + a9e18df commit 10cf66c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion actionpack/lib/action_view/helpers/javascript_helper.rb
@@ -1,5 +1,4 @@
require 'action_view/helpers/tag_helper'
require 'active_support/core_ext/string/encoding'

module ActionView
module Helpers
Expand Down
1 change: 0 additions & 1 deletion 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
Expand Down

0 comments on commit 10cf66c

Please sign in to comment.