packages feed

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

module Ast.CaseExprSpec (spec) where

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

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