Class: Spec::Ui::WebappFormatter

Inherits:
ScreenshotFormatter show all
Defined in:
lib/spec/ui/formatter.rb

Instance Method Summary collapse

Instance Method Details

#extra_failure_content(failure) ⇒ Object



10
11
12
# File 'lib/spec/ui/formatter.rb', line 10

def extra_failure_content(failure)
  super + "        <div><a href=\"images/#{current_example_number}.html\">HTML source</a></div>\n"
end