packages feed

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

module Ast.SelectClauseSpec (spec) where

import Helpers.Specs
import PostgresqlSyntax.Ast.SelectClause
import PostgresqlSyntax.Ast.SimpleSelect
import Test.Hspec

spec :: Spec
spec = do
  itSatisfiesIsAst @SelectClause
  itSatisfiesExtends @SelectClause @SimpleSelect
  itSatisfiesArbitrary @SelectClause