浏览代码

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

Thomas LEVEIL 8 年之前
父节点
当前提交
a3c6a272f1
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 
 }