module HaskellWorks.Data.MQuerySpec (spec) where import Test.Hspec {-# ANN module ("HLint: ignore Redundant do" :: String) #-} {-# ANN module ("HLint: ignore Reduce duplication" :: String) #-} {-# ANN module ("HLint: redundant bracket" :: String) #-} spec :: Spec spec = describe "HaskellWorks.Data.MQuerySpec" $ do it "Stub" $ do 1 `shouldBe` (1 :: Int)