version 1 done
This commit is contained in:
commit
59e14ce390
47 changed files with 9188 additions and 0 deletions
14
test/Handler/EditSpec.hs
Normal file
14
test/Handler/EditSpec.hs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
module Handler.EditSpec (spec) where
|
||||
|
||||
import TestImport
|
||||
|
||||
spec :: Spec
|
||||
spec = withApp $ do
|
||||
|
||||
describe "getEditR" $ do
|
||||
error "Spec not implemented: getEditR"
|
||||
|
||||
|
||||
describe "postEditR" $ do
|
||||
error "Spec not implemented: postEditR"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue