summaryrefslogtreecommitdiff
path: root/dht/bittorrent/tests/Network/BitTorrent/Internal/CacheSpec.hs
blob: 337e7addc5b85f4af7c4c03cf786c7f0cba5c330 (plain)
1
2
3
4
5
6
7
module Network.BitTorrent.Internal.CacheSpec (spec) where
import Test.Hspec

spec :: Spec
spec = do
  describe "Cached" $ do
    return ()