diff options
Diffstat (limited to 'tests/Network/BitTorrent/Internal/CacheSpec.hs')
-rw-r--r-- | tests/Network/BitTorrent/Internal/CacheSpec.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Network/BitTorrent/Internal/CacheSpec.hs b/tests/Network/BitTorrent/Internal/CacheSpec.hs new file mode 100644 index 00000000..337e7add --- /dev/null +++ b/tests/Network/BitTorrent/Internal/CacheSpec.hs | |||
@@ -0,0 +1,7 @@ | |||
1 | module Network.BitTorrent.Internal.CacheSpec (spec) where | ||
2 | import Test.Hspec | ||
3 | |||
4 | spec :: Spec | ||
5 | spec = do | ||
6 | describe "Cached" $ do | ||
7 | return () | ||