packages feed

postgresql-syntax-0.5.0.0: hspec-test/Ast/CommonTableExprSpec.hs

module Ast.CommonTableExprSpec (spec) where

import Helpers.Specs
import PostgresqlSyntax.Ast.CommonTableExpr
import Test.Hspec

spec :: Spec
spec = do
  itSatisfiesIsAst @CommonTableExpr
  itSatisfiesArbitrary @CommonTableExpr