hugolib: More test helper cleanup

This commit is contained in:
Bjørn Erik Pedersen 2017-02-17 21:14:52 +01:00
parent ed847ed93d
commit 07ab7ae3d2
14 changed files with 171 additions and 162 deletions

View file

@ -41,6 +41,6 @@ func TestRobotsTXTOutput(t *testing.T) {
buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{})
th.assertFileContent("public/robots.txt", true, "User-agent: Googlebot")
th.assertFileContent("public/robots.txt", "User-agent: Googlebot")
}