aboutsummaryrefslogtreecommitdiff
path: root/spec/Spec.hs
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-09 02:19:56 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-09 02:19:56 +0000
commit8307d7e80a88f1425eb0a93bbde4adff388b7cdc (patch)
tree308a9f53c0873f2442342e829caecf7b90264f6b /spec/Spec.hs
parenta2093f0a59dd1f557e8d5b885325d07a8aa55073 (diff)
downloadthermoprint-8307d7e80a88f1425eb0a93bbde4adff388b7cdc.tar
thermoprint-8307d7e80a88f1425eb0a93bbde4adff388b7cdc.tar.gz
thermoprint-8307d7e80a88f1425eb0a93bbde4adff388b7cdc.tar.bz2
thermoprint-8307d7e80a88f1425eb0a93bbde4adff388b7cdc.tar.xz
thermoprint-8307d7e80a88f1425eb0a93bbde4adff388b7cdc.zip
spec/src/Thermoprint/Printout.hs & test-framework
Implemented Printout, Paragraph, Chunk, Block, Line, and text Test coverage for text
Diffstat (limited to 'spec/Spec.hs')
-rw-r--r--spec/Spec.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/Spec.hs b/spec/Spec.hs
new file mode 100644
index 0000000..a824f8c
--- /dev/null
+++ b/spec/Spec.hs
@@ -0,0 +1 @@
{-# OPTIONS_GHC -F -pgmF hspec-discover #-}