a bit templating
This commit is contained in:
10
test/Handler/StockSpec.hs
Normal file
10
test/Handler/StockSpec.hs
Normal 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"
|
||||
|
10
test/Handler/UpdateSpec.hs
Normal file
10
test/Handler/UpdateSpec.hs
Normal 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"
|
||||
|
Reference in New Issue
Block a user