This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/test/Handler/CorrectionsSpec.hs
2019-01-16 23:47:21 +01:00

12 lines
157 B
Haskell

module Handler.CorrectionsSpec where
import TestImport
import ModelSpec ()
spec :: Spec
spec = withApp $ do
describe "CorrectionsR" $ do
return ()