Sha256: 6aa7479ae49b7251b54ea5e75f0cc8f20c8bb4527873a20aefa67cfbb78184d3
Contents?: true
Size: 296 Bytes
Versions: 229
Compression:
Stored size: 296 Bytes
Contents
import Test.Hspec (Spec, it, shouldBe) import Test.Hspec.Runner (configFastFail, defaultConfig, hspecWith) import HelloWorld (hello) main :: IO () main = hspecWith defaultConfig {configFastFail = True} specs specs :: Spec specs = it "hello" $ hello `shouldBe` "Hello, World!"
Version data entries
229 entries across 229 versions & 1 rubygems