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