diff --git a/test/integration/helpers/serverspec/standard_spec.rb b/test/integration/helpers/serverspec/standard_spec.rb index 5a01cd4..1fd6c11 100644 --- a/test/integration/helpers/serverspec/standard_spec.rb +++ b/test/integration/helpers/serverspec/standard_spec.rb @@ -72,10 +72,6 @@ shared_examples 'standard::init' do |vars| end end - describe file('/usr/lib/systemd/system/elasticsearch.service') do - it { should_not exist } - end - describe file('/etc/elasticsearch/elasticsearch.yml') do it { should_not exist } end