have test fixtures load roles too.
This commit is contained in:
@@ -11,5 +11,6 @@ main = do
|
||||
runRaw c "drop schema if exists \"1\" cascade"
|
||||
runRaw c "drop schema if exists dbapi cascade"
|
||||
loadFixture "schema" c
|
||||
loadFixture "roles" c
|
||||
disconnect c
|
||||
hspec spec
|
||||
|
||||
Reference in New Issue
Block a user