test: fix pending signatures
This commit is contained in:
parent
cd6676944d
commit
d913465154
2 changed files with 6 additions and 8 deletions
|
@ -3,8 +3,7 @@ module Handler.SupplierActionsSpec (spec) where
|
|||
import TestImport
|
||||
|
||||
spec :: Spec
|
||||
spec = withApp $ do
|
||||
|
||||
spec =
|
||||
describe "getSupplierActionsR" $ do
|
||||
error "Spec not implemented: getSupplierActionsR"
|
||||
|
||||
xit "Spec not implemented: getSupplierActionsR" $ do
|
||||
pending
|
||||
|
|
|
@ -3,8 +3,7 @@ module Handler.SupplierSpec (spec) where
|
|||
import TestImport
|
||||
|
||||
spec :: Spec
|
||||
spec = withApp $ do
|
||||
|
||||
spec =
|
||||
describe "getSupplierR" $ do
|
||||
error "Spec not implemented: getSupplierR"
|
||||
|
||||
xit "Spec not implemented: getSupplierR" $ do
|
||||
pending
|
||||
|
|
Loading…
Reference in a new issue