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
8
9
# File 'lib/cucumber/thinking_sphinx/external_world.rb', line 4

def initialize(suppress_delta_output = true)
  set_flags suppress_delta_output
  create_indexes_folder
  prepare_and_start_daemon
  configure_cleanup
end