a bit templating

This commit is contained in:
Stefan Dresselhaus
2015-08-07 02:26:16 +02:00
parent 617e225624
commit 9ad4be6ba4
8 changed files with 42 additions and 6 deletions

10
test/Handler/StockSpec.hs Normal file
View File

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

View File

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