module-postgresql/spec/distros/centos6_64
Chris Price df92c96791 Refactor tests and add CentOS6 image
This commit does a fairly major refactor of how the spec tests
are laid out.  The main goal was to make it easier to run
a subset of the tests--e.g., the ability to only run tests
on a single OS via a simple rspec command.

The test logic is now defined in some shared examples in the
`support` directory.  There are now spec folders for each
distro, which contain some stubs to include the shared examples
as well as a Vagrantfile for the particular distro.

Also, the system-default postgres package tests now run
successfully against the CentOS6 VM that is defined by the
Vagrantfile.
2012-12-02 15:28:25 -08:00
..
non_default_pg_spec.rb Refactor tests and add CentOS6 image 2012-12-02 15:28:25 -08:00
system_default_pg_spec.rb Refactor tests and add CentOS6 image 2012-12-02 15:28:25 -08:00
Vagrantfile Refactor tests and add CentOS6 image 2012-12-02 15:28:25 -08:00