yammat/test/Handler/SupplierActionsSpec.hs

10 lines
207 B
Haskell
Raw Normal View History

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