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