sydtest-0.15.1.0: multi-discover-test/Foo/FooSpec.hs
module Foo.FooSpec where
import Test.Syd
spec :: Spec
spec = do
describe "plain test" $
it "simple example" $
2 + 3 == (5 :: Int)
module Foo.FooSpec where
import Test.Syd
spec :: Spec
spec = do
describe "plain test" $
it "simple example" $
2 + 3 == (5 :: Int)