From a0c0ab98373a7a5e6fcfc45939f866ca7d590eae Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Tue, 17 Jan 2017 15:24:25 +0000 Subject: [PATCH] Test fix for config --- test/integration/helpers/serverspec/config_spec.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/integration/helpers/serverspec/config_spec.rb b/test/integration/helpers/serverspec/config_spec.rb index 2f7aa91..d89b7e3 100644 --- a/test/integration/helpers/serverspec/config_spec.rb +++ b/test/integration/helpers/serverspec/config_spec.rb @@ -61,12 +61,7 @@ shared_examples 'config::init' do |es_version| it { should be_directory } it { should be_owned_by 'elasticsearch' } end - - describe file('/opt/elasticsearch/temp/localhost-node1') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - + #test we started on the correct port was used describe command('curl -s "localhost:9201"') do #TODO: This is returning an empty string