Class: GreenPepper::WriteSucessExampleResult

Inherits:
SuccessExampleResult show all
Defined in:
lib/greenpepper/writer/htmlresult.rb

Instance Attribute Summary

Attributes inherited from HtmlExampleResult

#column, #row

Attributes inherited from ExampleResult

#silent

Instance Method Summary collapse

Methods inherited from SuccessExampleResult

#success?

Methods inherited from ExampleResult

#error?, #failure?, #ignored?, #initialize, #success?, #update_stats

Constructor Details

This class inherits a constructor from GreenPepper::ExampleResult

Instance Method Details

#write(cell, options = {}) ⇒ Object



99
100
101
102
# File 'lib/greenpepper/writer/htmlresult.rb', line 99

def write(cell, options = {})
  cell = super(cell, options)
  cell << "Success"
end