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
+3
View File
@@ -0,0 +1,3 @@
select create_role_if_not_exists('dbapi');
select create_role_if_not_exists('dbapi_anonymous');
select create_role_if_not_exists('test_default_role');