Test fix for config

This commit is contained in:
Dale McDiarmid 2017-01-17 15:24:25 +00:00
parent b9c9fd109e
commit a0c0ab9837

View file

@ -61,12 +61,7 @@ shared_examples 'config::init' do |es_version|
it { should be_directory } it { should be_directory }
it { should be_owned_by 'elasticsearch' } it { should be_owned_by 'elasticsearch' }
end 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 #test we started on the correct port was used
describe command('curl -s "localhost:9201"') do describe command('curl -s "localhost:9201"') do
#TODO: This is returning an empty string #TODO: This is returning an empty string