11 lines
189 B
Haskell
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"
|
||
|
|