Exception: Cucumber::NilWorld

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cucumber/step_mother.rb

Instance Method Summary collapse

Constructor Details

#initializeNilWorld

Returns a new instance of NilWorld.



49
50
51
# File 'lib/cucumber/step_mother.rb', line 49

def initialize
  super("World procs should never return nil")
end