]> git.openstreetmap.org Git - chef.git/blob - test/integration/vectortile/inspec/prometheus_spec.rb
Merge pull request #717 from pnorman/themepark_update
[chef.git] / test / integration / vectortile / inspec / prometheus_spec.rb
1 describe service("tilekiln-prometheus") do
2   it { should be_enabled }
3   it { should be_running }
4 end
5
6 describe port(10013) do
7   it { should be_listening }
8 end