added structure for problematic transactions

This commit is contained in:
Stefan Dresselhaus
2015-09-18 17:59:50 +02:00
parent 5266c5c5da
commit 445bd85ce4
5 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,10 @@
module Handler.ProblematicSpec (spec) where
import TestImport
spec :: Spec
spec = withApp $ do
describe "getProblematicR" $ do
error "Spec not implemented: getProblematicR"