summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/Internal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-03-18 03:32:42 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-03-18 03:32:42 +0400
commit30a1c20cf431c2ce1b36d9432a78c913a429cefe (patch)
tree44f860588bb6eb31871f8e37b892b58635e6f63d /tests/Network/BitTorrent/Internal
parent70a172a43d5b34853289bbf57c3e5a168431a954 (diff)
Move Cache module to Internal subsystem
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 ()