servant/servant-mock/test/Servant/MockSpec.hs

13 lines
209 B
Haskell
Raw Normal View History

module Servant.MockSpec where
import Test.Hspec
import Servant.API.Internal.Test.ComprehensiveAPI
import Servant.Mock
_ = mock comprehensiveAPI
spec :: Spec
spec = return ()