heyefi-2.0.0.0: test/HEyefi/SoapResponseSpec.hs
module HEyefi.SoapResponseSpec where
import HEyefi.SoapResponse
import HEyefi.SpecPrelude
spec :: Spec
spec =
describe "getPhotoStatusResponse"
(it "should have GetPhotoStatusResponse element"
(getPhotoStatusResponse `tshouldContain` "GetPhotoStatusResponse"))