10 lines
201 B
Haskell
Executable file
10 lines
201 B
Haskell
Executable file
module Handler.SupplierActionsSpec (spec) where
|
|
|
|
import TestImport
|
|
|
|
spec :: Spec
|
|
spec = withApp $ do
|
|
|
|
describe "getSupplierActionsR" $ do
|
|
error "Spec not implemented: getSupplierActionsR"
|
|
|