X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/87f64c5bb4a347382e1886130c538ec76bc44731..ecf30bfd8157ca98f7c3f691c0266a09030ed4a3:/test/integration/prometheus/serverspec/prometheus_node_exporter_spec.rb diff --git a/test/integration/prometheus/serverspec/prometheus_node_exporter_spec.rb b/test/integration/prometheus/serverspec/prometheus_node_exporter_spec.rb index bb178dd96..7a035e8f6 100644 --- a/test/integration/prometheus/serverspec/prometheus_node_exporter_spec.rb +++ b/test/integration/prometheus/serverspec/prometheus_node_exporter_spec.rb @@ -3,10 +3,6 @@ require "serverspec" # Required by serverspec set :backend, :exec -describe package("prometheus-node-exporter") do - it { should be_installed } -end - describe service("prometheus-node-exporter") do it { should be_enabled } it { should be_running }