]> git.openstreetmap.org Git - chef.git/blob - test/integration/planet-notes/inspec/planetdump_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / planet-notes / inspec / planetdump_spec.rb
1 describe file("/usr/local/bin/planet-notes-dump") do
2   it { should be_file }
3   it { should be_executable }
4 end
5
6 describe service("planet-notes-dump.timer") do
7   it { should be_enabled }
8   it { should be_running }
9 end