Sha256: 549505ed3006d297194903d9dbf9d92f719973daf50b82c5d82bf442bf921881

Contents?: true

Size: 262 Bytes

Versions: 45

Compression:

Stored size: 262 Bytes

Contents

require 'thinking_sphinx/test'

module Cucumber
  module ThinkingSphinx
    class ExternalWorld
      def initialize(suppress_delta_output = true)
        ::ThinkingSphinx::Test.init
        ::ThinkingSphinx::Test.start_with_autostop
      end
    end
  end
end

Version data entries

45 entries across 45 versions & 4 rubygems

Version Path
thinking-sphinx-1.4.0 lib/cucumber/thinking_sphinx/external_world.rb
thorsson_thinking-sphinx-2.0 lib/cucumber/thinking_sphinx/external_world.rb
thinking-sphinx-1.3.20 lib/cucumber/thinking_sphinx/external_world.rb
thinking-sphinx-2.0.0.rc2 lib/cucumber/thinking_sphinx/external_world.rb
thinking-sphinx-1.3.19 lib/cucumber/thinking_sphinx/external_world.rb