12 lines
152 B
Haskell
12 lines
152 B
Haskell
module Handler.CorrectionsSpec where
|
|
|
|
import TestImport
|
|
|
|
import ModelSpec ()
|
|
|
|
|
|
spec :: Spec
|
|
spec = withApp $
|
|
xdescribe "CorrectionsR" $
|
|
return ()
|