module Spec() where
import Fix1.FixtureSpec (spec)
import Test.Hspec (hspec)

main :: IO ()
main = hspec spec
