diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-27 16:33:51 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-27 16:33:51 +0400 |
commit | b29cac90e120b95a0f5fe5bcc2128ef61aec9ccd (patch) | |
tree | 1c9b925de079f7d378b6afa62f2de6af11667a76 /tests/Network/BitTorrent/Tracker | |
parent | f3978c457103b476d8658364a8c19e1ecae287dd (diff) |
Run unified RPC specs in parallel
Diffstat (limited to 'tests/Network/BitTorrent/Tracker')
-rw-r--r-- | tests/Network/BitTorrent/Tracker/RPCSpec.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/Tracker/RPCSpec.hs b/tests/Network/BitTorrent/Tracker/RPCSpec.hs index 31a04978..b816a9ce 100644 --- a/tests/Network/BitTorrent/Tracker/RPCSpec.hs +++ b/tests/Network/BitTorrent/Tracker/RPCSpec.hs | |||
@@ -29,7 +29,7 @@ isUnrecognizedProtocol x (UnrecognizedProtocol scheme) = x == scheme | |||
29 | isUnrecognizedProtocol _ _ = False | 29 | isUnrecognizedProtocol _ _ = False |
30 | 30 | ||
31 | spec :: Spec | 31 | spec :: Spec |
32 | spec = do | 32 | spec = parallel $ do |
33 | describe "Manager" $ do | 33 | describe "Manager" $ do |
34 | describe "newManager" $ do | 34 | describe "newManager" $ do |
35 | it "" $ pending | 35 | it "" $ pending |