Class: Cucumber::ThinkingSphinx::ExternalWorld
- Inherits:
-
Object
- Object
- Cucumber::ThinkingSphinx::ExternalWorld
- Defined in:
- lib/cucumber/thinking_sphinx/external_world.rb
Instance Method Summary (collapse)
-
- (ExternalWorld) initialize(suppress_delta_output = true)
constructor
A new instance of ExternalWorld.
Constructor Details
- (ExternalWorld) initialize(suppress_delta_output = true)
A new instance of ExternalWorld
6 7 8 9 |
# File 'lib/cucumber/thinking_sphinx/external_world.rb', line 6 def initialize(suppress_delta_output = true) ::ThinkingSphinx::Test.init ::ThinkingSphinx::Test.start_with_autostop end |