Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moredip committed Aug 4, 2012
1 parent 7b387ae commit 67227f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec/core/formatters/html_printer.rb
Expand Up @@ -41,7 +41,7 @@ def print_example_failed( params )
@output.puts " <div class=\"failure\" id=\"failure_#{failure_id}\">"
if exception
@output.puts " <div class=\"message\"><pre>#{h(exception[:message])}</pre></div>"
@output.puts " <div class=\"backtrace\"><pre>#{exception[:backtrace]}}</pre></div>"
@output.puts " <div class=\"backtrace\"><pre>#{exception[:backtrace]}</pre></div>"
end
@output.puts extra_content if extra_content
@output.puts " </div>"
Expand Down

0 comments on commit 67227f3

Please sign in to comment.