Sha256: fb7aa7bea932c3c8b71f67191f2e19abe6cf2480775707fcf6db85f15ad4ebb0

Contents?: true

Size: 347 Bytes

Versions: 6

Compression:

Stored size: 347 Bytes

Contents

require 'spec_helper'

describe 'postgresql::psql', :type => :define do
  let :facts do
    {
      :postgres_default_version => '8.4',
      :osfamily => 'Debian',
    }
  end
  let :title do
    'test'
  end
  let :params do
    {
      :db => 'test',
      :unless => '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/psql_spec.rb
freighthop-0.0.5 modules/postgresql/spec/unit/defines/psql_spec.rb
freighthop-0.0.4 modules/postgresql/spec/unit/defines/psql_spec.rb
freighthop-0.0.3 modules/postgresql/spec/unit/defines/psql_spec.rb
freighthop-0.0.2 modules/postgresql/spec/unit/defines/psql_spec.rb
freighthop-0.0.1 modules/postgresql/spec/unit/defines/psql_spec.rb