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

main :: IO ()
main = hspec spec
