Configure roles and permissions suitable for Travis auth feature specs
This commit is contained in:
+2
-1
@@ -9,8 +9,9 @@ main :: IO ()
|
||||
main = do
|
||||
c <-openConnection
|
||||
runRaw c "drop schema if exists \"1\" cascade"
|
||||
runRaw c "drop schema if exists private cascade"
|
||||
runRaw c "drop schema if exists dbapi cascade"
|
||||
loadFixture "schema" c
|
||||
loadFixture "roles" c
|
||||
loadFixture "schema" c
|
||||
disconnect c
|
||||
hspec spec
|
||||
|
||||
Reference in New Issue
Block a user