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