Add global before/after hspec hook in test/Main.hs
This commit is contained in:
+3
-3
@@ -49,10 +49,10 @@ executable dbapi
|
||||
Test-Suite spec
|
||||
Type: exitcode-stdio-1.0
|
||||
Default-Language: Haskell2010
|
||||
Hs-Source-Dirs: src , test
|
||||
Hs-Source-Dirs: test, src
|
||||
Ghc-Options: -Wall
|
||||
Main-Is: Spec.hs
|
||||
Other-Modules: Dbapi, SpecHelper
|
||||
Main-Is: Main.hs
|
||||
Other-Modules: Dbapi, Spec, SpecHelper
|
||||
Build-Depends: base, hspec2
|
||||
, hspec-wai
|
||||
, HDBC, HDBC-postgresql
|
||||
|
||||
Reference in New Issue
Block a user