9 lines
184 B
Haskell
Executable file
9 lines
184 B
Haskell
Executable file
module Handler.SupplierSpec (spec) where
|
|
|
|
import TestImport
|
|
|
|
spec :: Spec
|
|
spec =
|
|
describe "getSupplierR" $ do
|
|
xit "Spec not implemented: getSupplierR" $ do
|
|
pending
|