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