4d70c188e8
This removes the 'include' parameter for PostgreSQL 8.1 as it was failing on Centos 5. Also added Centos 5 system tests using our new Vagrant boxes. Signed-off-by: Ken Barber <ken@bob.sh>
7 lines
224 B
Ruby
7 lines
224 B
Ruby
require 'support/shared_examples/non_default_postgres'
|
|
|
|
describe "CentOS 5, 64-bit: non-default postgres" do
|
|
let(:vagrant_dir) { File.dirname(__FILE__) }
|
|
let(:vm) { :centos5 }
|
|
it_behaves_like :non_default_postgres
|
|
end
|