Haskell: Add module statement to spec
This commit is contained in:
parent
fa69fcdc0b
commit
4d35e3b31f
@ -92,6 +92,8 @@ snippet where
|
|||||||
where
|
where
|
||||||
${1:fn} = ${0:undefined}
|
${1:fn} = ${0:undefined}
|
||||||
snippet spec
|
snippet spec
|
||||||
|
module `substitute(substitute(expand('%:r'), '[/\\]','.','g'),'^\%(\l*\.\)\?','','')` (main spec) where
|
||||||
|
|
||||||
import Test.Hspec
|
import Test.Hspec
|
||||||
import Test.QuickCheck
|
import Test.QuickCheck
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user