Class: Cucumber::Core::Test::Result::Unknown

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/core/test/result.rb

Overview

Null object for results. Represents the state where we haven't run anything yet

Instance Method Summary collapse

Instance Method Details

#describe_to(visitor, *args) ⇒ Object



30
31
32
# File 'lib/cucumber/core/test/result.rb', line 30

def describe_to(visitor, *args)
  self
end