]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/planet-dump/inspec/planetdump_spec.rb
planet: remove old legacy mirror redirect updater
[chef.git] / test / integration / planet-dump / inspec / planetdump_spec.rb
index b66ee8313b89ab2ad0c38c2618daeacd3fe789e7..71891e30273de099fb9187da38cbb1a6f24f4f46 100644 (file)
@@ -7,13 +7,3 @@ describe file("/usr/local/bin/planetdump") do
   it { should be_file }
   it { should be_executable }
 end
-
-describe file("/usr/local/bin/planet-mirror-redirect-update") do
-  it { should be_file }
-  it { should be_executable }
-end
-
-describe service("planet-dump-mirror.timer") do
-  it { should be_enabled }
-  it { should be_running }
-end