summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/Internal
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Network/BitTorrent/Internal')
-rw-r--r--tests/Network/BitTorrent/Internal/CacheSpec.hs7
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 @@
1module Network.BitTorrent.Internal.CacheSpec (spec) where
2import Test.Hspec
3
4spec :: Spec
5spec = do
6 describe "Cached" $ do
7 return ()