diff options
Diffstat (limited to 'spec/test/Thermoprint')
-rw-r--r-- | spec/test/Thermoprint/PrintoutSpec.hs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/test/Thermoprint/PrintoutSpec.hs b/spec/test/Thermoprint/PrintoutSpec.hs new file mode 100644 index 0000000..5a48496 --- /dev/null +++ b/spec/test/Thermoprint/PrintoutSpec.hs | |||
@@ -0,0 +1,9 @@ | |||
1 | module Thermoprint.PrintoutSpec (spec) where | ||
2 | |||
3 | import Test.Hspec | ||
4 | import Test.Hspec.QuickCheck (prop) | ||
5 | import Thermoprint.Printout | ||
6 | |||
7 | spec :: Spec | ||
8 | spec = do | ||
9 | prop "prop_text" prop_text | ||