Class: GreenPepper::UnknownExample

Inherits:
Object
  • Object
show all
Defined in:
lib/greenpepper/example/unknownexample.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



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