packages feed

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

module Ast.NumericSpec (spec) where

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

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