aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/readme_test.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/readme_test.go b/test/readme_test.go
index 80b6feeb7..dcbb56619 100644
--- a/test/readme_test.go
+++ b/test/readme_test.go
@@ -14,15 +14,14 @@ import (
"github.com/mholt/caddy"
)
-// Pasrse all README.md's of the plugin and check if every example Corefile
-// actually works. Each corefile is only used if the language is set to 'corefile':
+// TestReadme parses all README.md's of the plugins and checks if every example Corefile
+// actually works. Each corefile snippet is only used if the language is set to 'corefile':
//
// ~~~ corefile
// . {
// # check-this-please
// }
// ~~~
-
func TestReadme(t *testing.T) {
port := 30053
caddy.Quiet = true