Class: TestNeutral
- Inherits:
-
TestResult
- Object
- TestResult
- TestNeutral
- Defined in:
- lib/test_neutral.rb
Instance Method Summary collapse
-
#initialize(title, message = nil) ⇒ TestNeutral
constructor
A new instance of TestNeutral.
- #neutrals ⇒ Object
- #report(spacer_count = 0) ⇒ Object
Methods included from Result
Constructor Details
#initialize(title, message = nil) ⇒ TestNeutral
Returns a new instance of TestNeutral.
7 8 9 10 |
# File 'lib/test_neutral.rb', line 7 def initialize(title, = nil) super(title) @message = end |
Instance Method Details
#neutrals ⇒ Object
21 22 23 |
# File 'lib/test_neutral.rb', line 21 def neutrals 1 end |