X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0de4412db460371df118218c05aa2dcaf0a6b7e3..8f92e05eba2aae6cd501a8d13712e6fcf32fe261:/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 }