summaryrefslogtreecommitdiff
path: root/tests/Hakyll/Core/Rules
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-02-09 15:11:40 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2013-02-09 15:11:40 +0100
commit86d0b68aed6e82fd4a6c935ce6113937023f6e6b (patch)
tree203e81bde47a7eed1c8cf7d9bf854a08e5329c8d /tests/Hakyll/Core/Rules
parentea953d3415232ba53aadc061e9005dbe74e3b012 (diff)
downloadhakyll-86d0b68aed6e82fd4a6c935ce6113937023f6e6b.tar.gz
Start provider rewrite
Diffstat (limited to 'tests/Hakyll/Core/Rules')
-rw-r--r--tests/Hakyll/Core/Rules/Tests.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Hakyll/Core/Rules/Tests.hs b/tests/Hakyll/Core/Rules/Tests.hs
index d43772d..ee12010 100644
--- a/tests/Hakyll/Core/Rules/Tests.hs
+++ b/tests/Hakyll/Core/Rules/Tests.hs
@@ -51,6 +51,7 @@ rulesTest = do
Just "example.mv1" @=? runRoutes routes (sv "mv1" "example.md")
Just "example.mv2" @=? runRoutes routes (sv "mv2" "example.md")
readIORef ioref >>= assert
+ cleanTestEnv
where
sv g = setVersion (Just g)
expected =