This website requires JavaScript.
Explore
Help
Sign in
eeva
/
servant
Watch
1
Star
0
Fork
You've already forked servant
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
3f6886ad2d
servant
/
servant-client
/
test
/
Spec.hs
2 lines
44 B
Haskell
Raw
Normal View
History
Unescape
Escape
Fix servant-client tests to properly use hspec-discover. For some reason hspec-discover wasn't enabled for servant-client, causing test cases to be skipped and fasely reporting servant-client as test-passing whilst it was actually supposed to fail the tests. For example, we redefined BaseUrl recently to have a path field, but the tests don't reflect that yet but passed anyway. Because the test case wasn't even discovered and run.
2015-10-05 00:51:32 +02:00
{-
# OPTIONS_GHC
-
F
-
pgmF hspec
-
discover #
-}
Reference in a new issue
Copy permalink