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