X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..7597a132a268c2d7d1ff02a2e5c5a88d46895454:/test/integration/planet-notes/serverspec/planetdump_spec.rb diff --git a/test/integration/planet-notes/serverspec/planetdump_spec.rb b/test/integration/planet-notes/serverspec/planetdump_spec.rb index 6d35a497b..18a34b4f7 100644 --- a/test/integration/planet-notes/serverspec/planetdump_spec.rb +++ b/test/integration/planet-notes/serverspec/planetdump_spec.rb @@ -8,6 +8,7 @@ describe file("/usr/local/bin/planet-notes-dump") do it { should be_executable } end -describe file("/etc/cron.d/planet-notes-dump") do - it { should be_file } +describe service("planet-notes-dump.timer") do + it { should be_enabled } + it { should be_running } end