WIP: fixing compiler errors in specs

This commit is contained in:
Joe Nelson
2016-01-24 18:09:19 -08:00
parent 3844f3ee96
commit fec316b087
11 changed files with 42 additions and 78 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ main :: IO ()
main = do
setupDb
pool <- specDbPool
pool <- testPool
dbStructure <- specDbStructure pool
-- Not using hspec-discover because we want to precompute