11 lines
189 B
Haskell
11 lines
189 B
Haskell
module Handler.ProfitItemsSpec (spec) where
|
|
|
|
import TestImport
|
|
|
|
spec :: Spec
|
|
spec = withApp $ do
|
|
|
|
describe "getProfitItemsR" $ do
|
|
error "Spec not implemented: getProfitItemsR"
|
|
|