PostDetailsSpec.hs 189 B

1234567891011
  1. module Handler.PostDetailsSpec (spec) where
  2. import TestImport
  3. spec :: Spec
  4. spec = withApp $ do
  5. describe "getPostDetailsR" $ do
  6. error "Spec not implemented: getPostDetailsR"