]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/planet-notes/serverspec/planetdump_spec.rb
Fix some test failures
[chef.git] / test / integration / planet-notes / serverspec / planetdump_spec.rb
index 6d35a497b9e0239c1116b4bb0ccab7c2832a1bf8..18a34b4f72b6cacf8afb6478c4fae0d17f90cbcd 100644 (file)
@@ -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