Class: Cucumber::ThinkingSphinx::ExternalWorld

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/thinking_sphinx/external_world.rb

Instance Method Summary collapse

Constructor Details

#initialize(suppress_delta_output = true) ⇒ ExternalWorld

Returns a new instance of ExternalWorld.



4
5
6
7
# File 'lib/cucumber/thinking_sphinx/external_world.rb', line 4

def initialize(suppress_delta_output = true)
  ::ThinkingSphinx::Test.init
  ::ThinkingSphinx::Test.start_with_autostop
end