Remove stub test

This commit is contained in:
patrick brisbin 2017-09-28 17:24:46 -04:00
parent 20dcb234dc
commit aeeddcf1c2

View File

@ -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