Class: Cucumber::ThinkingSphinx::ExternalWorld
- Inherits:
-
Object
- Object
- Cucumber::ThinkingSphinx::ExternalWorld
- Defined in:
- lib/cucumber/thinking_sphinx/external_world.rb
Instance Method Summary collapse
-
#initialize(suppress_delta_output = true) ⇒ ExternalWorld
constructor
A new instance of ExternalWorld.
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 |