module Octane.Types.PropertySpec (spec) where import Test.Tasty.Hspec spec :: Spec spec = describe "Property" $ do return ()