summaryrefslogtreecommitdiff
path: root/tests/Data
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-08 05:37:34 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-08 05:37:34 +0400
commit9c7227c5c0cac81351684ccfa2f49d6b97bedf03 (patch)
tree66c189f88e5d73c9bb704749fcbe937ac566ac1c /tests/Data
parent055a7efc93e410444719d4ac5ad07ce51e84e8aa (diff)
Hide progress module
Diffstat (limited to 'tests/Data')
-rw-r--r--tests/Data/Torrent/ProgressSpec.hs13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/Data/Torrent/ProgressSpec.hs b/tests/Data/Torrent/ProgressSpec.hs
deleted file mode 100644
index 32efbd7a..00000000
--- a/tests/Data/Torrent/ProgressSpec.hs
+++ /dev/null
@@ -1,13 +0,0 @@
1{-# OPTIONS -fno-warn-orphans #-}
2module Data.Torrent.ProgressSpec (spec) where
3import Control.Applicative
4import Test.Hspec
5import Test.QuickCheck
6import Data.Torrent.Progress
7
8
9instance Arbitrary Progress where
10 arbitrary = Progress <$> arbitrary <*> arbitrary <*> arbitrary
11
12spec :: Spec
13spec = return ()