class Cucumber::ThinkingSphinx::ExternalWorld

Public Class Methods

new(suppress_delta_output = true) click to toggle source
# 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