espial/test/Handler/HomeSpec.hs
Jon Schoning 2e3e7097e6 init
2019-01-30 20:54:47 -06:00

14 lines
293 B
Haskell

{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
module Handler.HomeSpec (spec) where
import TestImport
spec :: Spec
spec = withApp $ do
describe "Homepage" $ do
it "loads the index and checks it looks right" $ do
get HomeR
statusIs 303