Reset db between each test suite
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ main = do
|
|||||||
let dbStructure = either (error.show) id result
|
let dbStructure = either (error.show) id result
|
||||||
withApp = return $ postgrest testCfg dbStructure pool
|
withApp = return $ postgrest testCfg dbStructure pool
|
||||||
|
|
||||||
hspec . sequence_ . map (before withApp) $ specs
|
hspec . mapM_ (beforeAll_ resetDb . before withApp) $ specs
|
||||||
|
|
||||||
where
|
where
|
||||||
specs = map (uncurry describe) [
|
specs = map (uncurry describe) [
|
||||||
|
|||||||
Reference in New Issue
Block a user