packages feed

postgresql-syntax-0.5.0.2: hspec-test/Ast/BconstSpec.hs

module Ast.BconstSpec (spec) where

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

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