packages feed

network-uri-template-0.1.0.0: test/Network/URI/TemplateSpec.hs

-- |
--
-- Module      : Network.URI.TemplateSpec
-- Copyright   : (c) 2025 Patrick Brisbin
-- License     : AGPL-3
-- Maintainer  : pbrisbin@gmail.com
-- Stability   : experimental
-- Portability : POSIX
module Network.URI.TemplateSpec
  ( spec
  ) where

import Network.URI.Template.Test
import Test.Hspec

spec :: Spec
spec = context "All RFC Examples" runRFCTests