Class: Riot::SilentReporter

Inherits:
Reporter show all
Defined in:
lib/riot/reporter.rb

Instance Attribute Summary

Attributes inherited from Reporter

#errors, #failures, #passes

Instance Method Summary collapse

Methods inherited from Reporter

#describe_context, #initialize, #report, #summarize

Constructor Details

This class inherits a constructor from Riot::Reporter

Instance Method Details

#error(description, e) ⇒ Object



71
# File 'lib/riot/reporter.rb', line 71

def error(description, e); end

#fail(description, message) ⇒ Object



70
# File 'lib/riot/reporter.rb', line 70

def fail(description, message); end

#pass(description) ⇒ Object



69
# File 'lib/riot/reporter.rb', line 69

def pass(description); end

#results(time_taken) ⇒ Object



72
# File 'lib/riot/reporter.rb', line 72

def results(time_taken); end