diff options
Diffstat (limited to 'bittorrent/tests/Network/BitTorrent/Internal/ProgressSpec.hs')
-rw-r--r-- | bittorrent/tests/Network/BitTorrent/Internal/ProgressSpec.hs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bittorrent/tests/Network/BitTorrent/Internal/ProgressSpec.hs b/bittorrent/tests/Network/BitTorrent/Internal/ProgressSpec.hs deleted file mode 100644 index acbfd84c..00000000 --- a/bittorrent/tests/Network/BitTorrent/Internal/ProgressSpec.hs +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | {-# OPTIONS -fno-warn-orphans #-} | ||
2 | module Network.BitTorrent.Internal.ProgressSpec (spec) where | ||
3 | import Control.Applicative | ||
4 | import Test.Hspec | ||
5 | import Test.QuickCheck | ||
6 | import Network.BitTorrent.Internal.Progress | ||
7 | |||
8 | |||
9 | instance Arbitrary Progress where | ||
10 | arbitrary = Progress <$> arbitrary <*> arbitrary <*> arbitrary | ||
11 | |||
12 | spec :: Spec | ||
13 | spec = return () | ||