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

Version Path
trackler-2.1.0.20 tracks/haskell/exercises/hello-world/test/Tests.hs
trackler-2.1.0.19 tracks/haskell/exercises/hello-world/test/Tests.hs
trackler-2.1.0.18 tracks/haskell/exercises/hello-world/test/Tests.hs
trackler-2.1.0.17 tracks/haskell/exercises/hello-world/test/Tests.hs
trackler-2.1.0.16 tracks/haskell/exercises/hello-world/test/Tests.hs
trackler-2.1.0.15 tracks/haskell/exercises/hello-world/test/Tests.hs
trackler-2.1.0.14 tracks/haskell/exercises/hello-world/test/Tests.hs
trackler-2.1.0.13 tracks/haskell/exercises/hello-world/test/Tests.hs
trackler-2.1.0.12 tracks/haskell/exercises/hello-world/test/Tests.hs