2016-03-17 20:20:33 +00:00
|
|
|
module Handler.SupplierSpec (spec) where
|
|
|
|
|
|
|
|
import TestImport
|
|
|
|
|
|
|
|
spec :: Spec
|
2020-06-05 17:28:14 +00:00
|
|
|
spec =
|
2016-03-17 20:20:33 +00:00
|
|
|
describe "getSupplierR" $ do
|
2020-06-05 17:28:14 +00:00
|
|
|
xit "Spec not implemented: getSupplierR" $ do
|
|
|
|
pending
|