added lost orders. fixes #7

This commit is contained in:
Stefan Dresselhaus
2015-09-18 19:06:17 +02:00
parent 445bd85ce4
commit 05a8bf438e
6 changed files with 93 additions and 0 deletions

View File

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