e5974ec94d
Some of the combinators are commented atm, because we *are* missing combinators.
12 lines
209 B
Haskell
12 lines
209 B
Haskell
|
|
module Servant.MockSpec where
|
|
|
|
import Test.Hspec
|
|
|
|
import Servant.API.Internal.Test.ComprehensiveAPI
|
|
import Servant.Mock
|
|
|
|
_ = mock comprehensiveAPI
|
|
|
|
spec :: Spec
|
|
spec = return ()
|