packages feed

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

module Ast.XconstSpec (spec) where

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

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