Method: GreenPepper::UnknownExample#execute

Defined in:
lib/greenpepper/example/unknownexample.rb

#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