diff options
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 | ||