added test cases

This commit is contained in:
nek0 2016-03-17 21:20:33 +01:00
parent 52804ce9ce
commit dcafd372d1
2 changed files with 20 additions and 0 deletions

View File

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

10
test/Handler/SupplierSpec.hs Executable file
View File

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