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