Class: DaemonKit::Cucumber::World

Inherits:
Object
  • Object
show all
Defined in:
lib/daemon_kit/cucumber/world.rb

Overview

All scenarios will execute in the context of a new instance of World.

Instance Method Summary collapse

Constructor Details

#initializeWorld

:nodoc:



21
22
23
# File 'lib/daemon_kit/cucumber/world.rb', line 21

def initialize #:nodoc:
  @_result = Test::Unit::TestResult.new
end