From 23e336833a762517fb2d4e1b4c89431e2f25889c Mon Sep 17 00:00:00 2001 From: Michael Russell Date: Fri, 15 Jun 2018 17:37:53 +0200 Subject: [PATCH] This file should now be a symbolic link, temporarily removing to let the other tests run --- test/integration/helpers/serverspec/standard_spec.rb | 4 ---- 1 file changed, 4 deletions(-) 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