mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Cleaning JavaScriptHelperTest
This commit is contained in:
parent
cc67dd9644
commit
56a7f156af
1 changed files with 1 additions and 8 deletions
|
@ -3,14 +3,7 @@ require 'abstract_unit'
|
|||
class JavaScriptHelperTest < ActionView::TestCase
|
||||
tests ActionView::Helpers::JavaScriptHelper
|
||||
|
||||
def _evaluate_assigns_and_ivars() end
|
||||
|
||||
attr_accessor :formats, :output_buffer
|
||||
|
||||
def update_details(details)
|
||||
@details = details
|
||||
yield if block_given?
|
||||
end
|
||||
attr_accessor :output_buffer
|
||||
|
||||
setup do
|
||||
@old_escape_html_entities_in_json = ActiveSupport.escape_html_entities_in_json
|
||||
|
|
Loading…
Reference in a new issue