language-dockerfile-0.1.2.0: test/SanitySpec.hs
module SanitySpec where
import Test.Hspec
spec = describe "when I have tests" $
it "I have sanity" $ True `shouldBe` True
module SanitySpec where
import Test.Hspec
spec = describe "when I have tests" $
it "I have sanity" $ True `shouldBe` True