diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-09 23:24:32 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-09 23:24:32 +0000 |
commit | 224a26568718505a8c5937098c7990c41c9ed465 (patch) | |
tree | 2934ae4dc9c278402588870d800bbbac0968374e /spec | |
parent | 8307d7e80a88f1425eb0a93bbde4adff388b7cdc (diff) | |
download | thermoprint-224a26568718505a8c5937098c7990c41c9ed465.tar thermoprint-224a26568718505a8c5937098c7990c41c9ed465.tar.gz thermoprint-224a26568718505a8c5937098c7990c41c9ed465.tar.bz2 thermoprint-224a26568718505a8c5937098c7990c41c9ed465.tar.xz thermoprint-224a26568718505a8c5937098c7990c41c9ed465.zip |
workaround for weird spec autodetection
Diffstat (limited to 'spec')
-rw-r--r-- | spec/Spec.hs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/spec/Spec.hs b/spec/Spec.hs index a824f8c..79f2983 100644 --- a/spec/Spec.hs +++ b/spec/Spec.hs | |||
@@ -1 +1,8 @@ | |||
1 | {-# OPTIONS_GHC -F -pgmF hspec-discover #-} | 1 | import Test.Hspec |
2 | import Test.Hspec.QuickCheck | ||
3 | |||
4 | import qualified Thermoprint.Printout | ||
5 | |||
6 | main :: IO () | ||
7 | main = hspec $ do | ||
8 | prop "Thermoprint.Printout.prop_text" Thermoprint.Printout.prop_text | ||