postgresql-syntax-0.5.0.0: hspec-test/Ast/InsertRestSpec.hs
module Ast.InsertRestSpec (spec) where import Helpers.Specs import PostgresqlSyntax.Ast.InsertRest import Test.Hspec spec :: Spec spec = do itSatisfiesIsAst @InsertRest itSatisfiesArbitrary @InsertRest