class TestAssistant::FailureReporter::TextReporter

Protected Instance Methods

file_extension() click to toggle source
# File lib/test_assistant/failure_reporter.rb, line 100
def file_extension
  'html'.freeze
end
summary() click to toggle source
# File lib/test_assistant/failure_reporter.rb, line 96
def summary
  "<pre>#{@response.body}</pre>"
end