packages feed

sydtest-rabbitmq-0.1.0.0: test/Test/Syd/RabbitMQSpec.hs

module Test.Syd.RabbitMQSpec (spec) where

import Test.Syd
import Test.Syd.RabbitMQ

spec :: Spec
spec = do
  rabbitMQSpec $ do
    describe "rabbitMQSpec" $
      it "can run the server and clean up nicely" $ do
        pure () :: IO ()