mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Remove stub test
This commit is contained in:
parent
20dcb234dc
commit
aeeddcf1c2
@ -1,15 +0,0 @@
|
||||
module Yesod.Auth.OAuth2Spec
|
||||
( main
|
||||
, spec
|
||||
) where
|
||||
|
||||
import Test.Hspec
|
||||
import Yesod.Auth.OAuth2
|
||||
|
||||
main :: IO ()
|
||||
main = hspec spec
|
||||
|
||||
spec :: Spec
|
||||
spec = describe "authOAuth2" $
|
||||
it "works" $
|
||||
True `shouldBe` True
|
||||
Loading…
Reference in New Issue
Block a user