From b1ddff0b86b5b85dfb0b0c5bfb77b708f2a4866b Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 13 May 2013 22:36:14 +0200 Subject: [PATCH] Correct ES url --- spec/integration/eventstorm/spike_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/eventstorm/spike_spec.rb b/spec/integration/eventstorm/spike_spec.rb index c53a799..b15ca8f 100644 --- a/spec/integration/eventstorm/spike_spec.rb +++ b/spec/integration/eventstorm/spike_spec.rb @@ -13,7 +13,7 @@ end let(:es_cluster) do - Elasticsearch::Cluster.connect('http://helium:9200') + Elasticsearch::Cluster.connect(ENV.fetch('ELASTICSEARCH_URL', 'http://localhost:9200')) end let(:es_index) do