X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d9ce053b71c151916fa8764b44a6058f827d3146..32bd9dc80026c2613f386669b3d1eea358052ddb:/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