packages feed

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

module Ast.HavingClauseSpec (spec) where

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

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