Ensure db fixtures loaded in feature specs

This commit is contained in:
Joe Nelson
2014-08-17 16:18:09 -07:00
parent 3a646a4eb4
commit 0fbfa2395b
4 changed files with 29 additions and 14 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ Test-Suite spec
Hs-Source-Dirs: src , test
Ghc-Options: -Wall
Main-Is: Spec.hs
Other-Modules: Dbapi
Other-Modules: Dbapi, SpecHelper
Build-Depends: base, hspec2
, hspec-wai
, HDBC, HDBC-postgresql