Files
neat/test/Handler/ProblematicSpec.hs
2015-09-18 17:59:50 +02:00

11 lines
189 B
Haskell

module Handler.ProblematicSpec (spec) where
import TestImport
spec :: Spec
spec = withApp $ do
describe "getProblematicR" $ do
error "Spec not implemented: getProblematicR"