]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/planet-dump/serverspec/planetdump_spec.rb
Fix some test failures
[chef.git] / test / integration / planet-dump / serverspec / planetdump_spec.rb
index ed082b910a631d07873f55eabc7c3c5ea17207c3..ea3de5d7f54e0d7f3a8fef4e100b88ae54fff504 100644 (file)
@@ -18,6 +18,7 @@ describe file("/usr/local/bin/planet-mirror-redirect-update") do
   it { should be_executable }
 end
 
-describe file("/etc/cron.d/planet-dump-mirror") do
-  it { should be_file }
+describe service("planet-dump-mirror.timer") do
+  it { should be_enabled }
+  it { should be_running }
 end