packages feed

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

module Ast.JoinQualSpec (spec) where

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

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