Explorar el Código

TEST: wildcards-hosts.bats - showcase http://foo.bar.why.not.bats-to-infinity-and-beyond/

Thomas LEVEIL hace 8 años
padre
commit
a3c6a272f1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/wildcard-hosts.bats

+ 1 - 0
test/wildcard-hosts.bats

@@ -50,6 +50,7 @@ function setup {
 	# THEN
 	assert_200 foo.bar.whatever.bats
 	assert_200 foo.bar.why.not.bats
+	assert_200 foo.bar.why.not.bats-to-infinity-and-beyond
 	assert_503 unexpected.host.bats
 
 }