Module: TddGuardMinitest

Defined in:
lib/tdd_guard_minitest/reporter.rb

Defined Under Namespace

Classes: Reporter

Class Attribute Summary collapse

Class Attribute Details

.reportedObject

Returns the value of attribute reported.



13
14
15
# File 'lib/tdd_guard_minitest/reporter.rb', line 13

def reported
  @reported
end

.unhandled_errorsObject (readonly)

Returns the value of attribute unhandled_errors.



12
13
14
# File 'lib/tdd_guard_minitest/reporter.rb', line 12

def unhandled_errors
  @unhandled_errors
end