summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Keene <paulkeene4@gmail.com>2015-02-11 10:43:11 -0800
committerPaul Keene <paulkeene4@gmail.com>2015-02-11 10:49:04 -0800
commit32bc896ea4dcf133b67de0169b0eae6d92ea406e (patch)
treeeda02eb8e9087cd4ed06b42dcd0a825678bf1f59 /tests
parentf90885e98a08ca52ab0cb99e22e229ec1d8bb210 (diff)
downloadhakyll-32bc896ea4dcf133b67de0169b0eae6d92ea406e.tar.gz
Remove test debug output
Diffstat (limited to 'tests')
-rw-r--r--tests/Hakyll/Web/Template/Tests.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Hakyll/Web/Template/Tests.hs b/tests/Hakyll/Web/Template/Tests.hs
index 9f8ab14..ea3a9b2 100644
--- a/tests/Hakyll/Web/Template/Tests.hs
+++ b/tests/Hakyll/Web/Template/Tests.hs
@@ -55,8 +55,6 @@ case01 = do
item <- testCompilerDone store provider "example.md" $
pandocCompiler >>= applyTemplate (itemBody tpl) testContext
- writeFile "foo" (itemBody item)
-
out @=? itemBody item
cleanTestEnv