@private
# File lib/rspec/core/formatters/progress_formatter.rb, line 18 def example_failed(notification) output.print ConsoleCodes.wrap('F', :failure) end
# File lib/rspec/core/formatters/progress_formatter.rb, line 10 def example_passed(notification) output.print ConsoleCodes.wrap('.', :success) end
Generated with the Darkfish Rdoc Generator 2.