Class: GreenPepper::SuccessExampleResult
- Inherits:
-
HtmlExampleResult
- Object
- ExampleResult
- HtmlExampleResult
- GreenPepper::SuccessExampleResult
- Defined in:
- lib/greenpepper/writer/htmlresult.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from HtmlExampleResult
Attributes inherited from ExampleResult
Instance Method Summary collapse
Methods inherited from ExampleResult
#error?, #failure?, #ignored?, #initialize, #update_stats
Constructor Details
This class inherits a constructor from GreenPepper::ExampleResult
Instance Method Details
#success? ⇒ Boolean
40 41 42 |
# File 'lib/greenpepper/writer/htmlresult.rb', line 40 def success? true end |