hurriyet-0.1.0.0: tests/Spec.hs
module Main where
import Hurriyet
import Test.Hspec
main :: IO ()
main = hspec $
describe "apiKey returns api key string" $
it "returns" $
take 1 (show apiKey) `shouldBe` "\""
module Main where
import Hurriyet
import Test.Hspec
main :: IO ()
main = hspec $
describe "apiKey returns api key string" $
it "returns" $
take 1 (show apiKey) `shouldBe` "\""