Class: AssertNeutral

Inherits:
AssertResult show all
Defined in:
lib/test_neutral.rb

Instance Attribute Summary

Attributes inherited from AssertResult

#index

Instance Method Summary collapse

Methods inherited from AssertResult

#initialize

Methods included from Result

#failures, #neutrals, #successes

Constructor Details

This class inherits a constructor from AssertResult

Instance Method Details

#report(spacer_count) ⇒ Object



27
28
29
30
# File 'lib/test_neutral.rb', line 27

def report(spacer_count)
  super
  Printer.neutral(@spacer + format_message)
end