aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2010-09-28 15:43:03 -0300
committerEmilio Tagua <miloops@gmail.com>2010-09-28 15:43:03 -0300
commit97174980e5bf01e0ba80aed77a72ae4409a24be7 (patch)
tree986da94b48fd52eaa0fe91d52266b93577425bc8 /actionpack/test/template
parent04c4f47fed6ced3f4158107b7cc40a7ea1b4913c (diff)
downloadrails-97174980e5bf01e0ba80aed77a72ae4409a24be7.tar.gz
rails-97174980e5bf01e0ba80aed77a72ae4409a24be7.tar.bz2
rails-97174980e5bf01e0ba80aed77a72ae4409a24be7.zip
Remove duplicated method.
Diffstat (limited to 'actionpack/test/template')
-rw-r--r--actionpack/test/template/javascript_helper_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/test/template/javascript_helper_test.rb b/actionpack/test/template/javascript_helper_test.rb
index a8ca19931b..2e7484afaf 100644
--- a/actionpack/test/template/javascript_helper_test.rb
+++ b/actionpack/test/template/javascript_helper_test.rb
@@ -22,8 +22,6 @@ class JavaScriptHelperTest < ActionView::TestCase
ActiveSupport.escape_html_entities_in_json = false
end
- def _evaluate_assigns_and_ivars() end
-
def test_escape_javascript
assert_equal '', escape_javascript(nil)
assert_equal %(This \\"thing\\" is really\\n netos\\'), escape_javascript(%(This "thing" is really\n netos'))