content-store-0.1.0: tests/Data/ContentStoreSpec.hs
module Data.ContentStoreSpec(spec) where
import Test.Hspec
import Data.ContentStore
spec :: Spec
spec =
describe "ContentStore" $
it "has dummy test" $
() `shouldBe` ()
module Data.ContentStoreSpec(spec) where
import Test.Hspec
import Data.ContentStore
spec :: Spec
spec =
describe "ContentStore" $
it "has dummy test" $
() `shouldBe` ()