mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove duplicated method.
This commit is contained in:
parent
04c4f47fed
commit
97174980e5
1 changed files with 0 additions and 2 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue