We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095787f commit 055c37eCopy full SHA for 055c37e
elasticsearch-model/test/test_helper.rb
@@ -30,7 +30,7 @@ module Test
30
class IntegrationTestCase < ::Test::Unit::TestCase
31
extend Elasticsearch::Extensions::Test::StartupShutdown
32
33
- startup { Elasticsearch::TestCluster.start if ENV['SERVER'] and not Elasticsearch::TestCluster.running? }
+ startup { Elasticsearch::Extensions::Test::Cluster.start if ENV['SERVER'] and not Elasticsearch::Extensions::Test::Cluster.running? }
34
shutdown { Elasticsearch::Extensions::Test::Cluster.stop if ENV['SERVER'] && started? }
35
context "IntegrationTest" do; should "noop on Ruby 1.8" do; end; end if RUBY_1_8
36
0 commit comments