urbit-hob-0.3.0: test/Title.hs
module Main where
import qualified Title.Tests.Property as P
import Test.Hspec
main :: IO ()
main =
hspec $
context "property tests" P.tests
module Main where
import qualified Title.Tests.Property as P
import Test.Hspec
main :: IO ()
main =
hspec $
context "property tests" P.tests