Class: GreenPepper::UnknownExample
- Inherits:
-
Object
- Object
- GreenPepper::UnknownExample
- Defined in:
- lib/greenpepper/example/unknownexample.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
11 12 13 14 15 |
# File 'lib/greenpepper/example/unknownexample.rb', line 11 def execute results = HtmlTableExecutionResults.new results.add 0, 0, ErrorExampleResult.new results end |