diff options
author | Paul Keene <paulkeene4@gmail.com> | 2015-02-11 10:43:11 -0800 |
---|---|---|
committer | Paul Keene <paulkeene4@gmail.com> | 2015-02-11 10:49:04 -0800 |
commit | 32bc896ea4dcf133b67de0169b0eae6d92ea406e (patch) | |
tree | eda02eb8e9087cd4ed06b42dcd0a825678bf1f59 /tests/Hakyll | |
parent | f90885e98a08ca52ab0cb99e22e229ec1d8bb210 (diff) | |
download | hakyll-32bc896ea4dcf133b67de0169b0eae6d92ea406e.tar.gz |
Remove test debug output
Diffstat (limited to 'tests/Hakyll')
-rw-r--r-- | tests/Hakyll/Web/Template/Tests.hs | 2 |
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 |