servant/servant-mock/test/Servant/MockSpec.hs
Sönke Hahn e5974ec94d add ComprehensiveAPI to test whether we're missing instances
Some of the combinators are commented atm, because we *are* missing combinators.
2016-01-18 12:28:29 +01:00

13 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 ()