module-postgresql/spec
Chris Price 32b65b874a Fix tests so that they can be run multiple times
One of the spec tests was creating a table to test
some user privileges.  However, it wasn't dropping
the table afterwards, meaning that the same test
would fail on the next run because that table already
existed.  This commit adds a command to drop the
table so that the tests can be run several times
in sequence.
2012-10-27 18:04:15 -07:00
..
manifests Update Vagrant tests to be compatible with new structure 2012-07-29 13:35:39 -07:00
base.pp Initial commit 2012-04-19 15:37:18 -07:00
postgresql_spec.rb Fix tests so that they can be run multiple times 2012-10-27 18:04:15 -07:00
Vagrantfile Update Vagrant tests to be compatible with new structure 2012-07-29 13:35:39 -07:00