packages feed

servant-github-0.1.0.0: test/Spec.hs

import Test.Hspec

main :: IO ()
main = hspec $ do
  describe "organiztions" $ do
    it "Get a list of organizations" $ do
        pendingWith "Not implemented"