Method: ContextualizationResultHelper#render_test_result_header
- Defined in:
- app/helpers/contextualization_result_helper.rb
#render_test_result_header(test_result) ⇒ Object
24 25 26 |
# File 'app/helpers/contextualization_result_helper.rb', line 24 def render_test_result_header(test_result) [test_result[:title].presence, test_result[:summary]].compact.join(': ').html_safe end |