]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/vectortile/inspec/tilekiln_spec.rb
Use OS root certificiate bundle to avoid wordpress API via chef ruby
[chef.git] / test / integration / vectortile / inspec / tilekiln_spec.rb
index 2887571db57814428c3ae5b11a201105d4fec6a9..d44562d4c667536558dd0d7878934c3964840c7b 100644 (file)
@@ -21,6 +21,10 @@ describe http("https://localhost/shortbread_v1/tilejson.json", :ssl_verify => fa
   its("status") { should cmp 200 }
 end
 
+describe json(:content => http("https://localhost/shortbread_v1/tilejson.json", :ssl_verify => false)) do
+  its(["tiles"]) { should eq(["https://vector.openstreetmap.org/shortbread_v1/{z}/{x}/{y}.mvt"]) }
+end
+
 # There are no tiles so everything should return a 404
 describe http("https://localhost/shortbread_v1/0/0/0.mvt", :ssl_verify => false) do
   its("status") { should cmp 404 }