Sha256: c4ca1eb49ecd0c94efc2705aaf494f59a6e234d0f9bd017f99fbdc6631ce2836

Contents?: true

Size: 455 Bytes

Versions: 6

Compression:

Stored size: 455 Bytes

Contents

require 'spec_helper'

describe 'postgresql::validate_db_connection', :type => :define do
  let :facts do
    {
      :postgres_default_version => '8.4',
      :osfamily => 'Debian',
    }
  end
  let :title do
    'test'
  end
  let :params do
    {
      :database_host => 'test',
      :database_name => 'test',
      :database_password => 'test',
      :database_username => 'test',
    }
  end
  it { should include_class("postgresql::params") }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
freighthop-0.0.6 modules/postgresql/spec/unit/defines/validate_db_connection_spec.rb
freighthop-0.0.5 modules/postgresql/spec/unit/defines/validate_db_connection_spec.rb
freighthop-0.0.4 modules/postgresql/spec/unit/defines/validate_db_connection_spec.rb
freighthop-0.0.3 modules/postgresql/spec/unit/defines/validate_db_connection_spec.rb
freighthop-0.0.2 modules/postgresql/spec/unit/defines/validate_db_connection_spec.rb
freighthop-0.0.1 modules/postgresql/spec/unit/defines/validate_db_connection_spec.rb