Method: CIAT::Feedback::HtmlFeedback#generate_html
- Defined in:
- lib/ciat/feedback/html_feedback.rb
#generate_html(suite) ⇒ Object
:nodoc:
37 38 39 40 41 42 43 |
# File 'lib/ciat/feedback/html_feedback.rb', line 37 def generate_html(suite) #:nodoc: processors = suite.processors results = suite.results size = suite.size counter = @counter build_erb.result(binding) end |