have test fixtures load roles too.

This commit is contained in:
Adam C. Baker
2014-09-26 16:58:55 -07:00
parent 29b70ca035
commit f203982527
3 changed files with 60 additions and 37 deletions
+1
View File
@@ -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