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