Sha256: 60d302c5061332bf63fe15cd56e28d8fb6a86fd114a033d9441d333446765ac9

Contents?: true

Size: 398 Bytes

Versions: 6

Compression:

Stored size: 398 Bytes

Contents

require 'spec_helper'

describe 'postgresql::pg_hba', :type => :define do
  let :facts do
    {
      :postgres_default_version => '8.4',
      :osfamily => 'Debian',
      :concat_basedir => tmpfilename('pg_hba'),
    }
  end
  let :title do
    'test'
  end
  let :params do
    {
      :target => tmpfilename('pg_hba_target'),
    }
  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/pg_hba_spec.rb
freighthop-0.0.5 modules/postgresql/spec/unit/defines/pg_hba_spec.rb
freighthop-0.0.4 modules/postgresql/spec/unit/defines/pg_hba_spec.rb
freighthop-0.0.3 modules/postgresql/spec/unit/defines/pg_hba_spec.rb
freighthop-0.0.2 modules/postgresql/spec/unit/defines/pg_hba_spec.rb
freighthop-0.0.1 modules/postgresql/spec/unit/defines/pg_hba_spec.rb