Sha256: 24754a6ecefd95757abe059f938c25f72b2132b7b603a8255bdf1b351a3d79dd

Contents?: true

Size: 387 Bytes

Versions: 7

Compression:

Stored size: 387 Bytes

Contents

require 'spec_helper'

describe 'postgresql::repo', :type => :class do
  let :facts do
    {
      :osfamily => 'Debian',
      :operatingsystem => 'Debian',
      :operatingsystemrelease => '6.0',
    }
  end

  describe 'with no parameters' do
    it 'should instantiate apt_postgresql_org class' do
      should contain_class('postgresql::repo::apt_postgresql_org')
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/postgresql/spec/unit/classes/repo_spec.rb
freighthop-0.6.0 modules/postgresql/spec/unit/classes/repo_spec.rb
freighthop-0.5.2 modules/postgresql/spec/unit/classes/repo_spec.rb
freighthop-0.5.1 modules/postgresql/spec/unit/classes/repo_spec.rb
freighthop-0.5.0 modules/postgresql/spec/unit/classes/repo_spec.rb
freighthop-0.4.1 modules/postgresql/spec/unit/classes/repo_spec.rb
freighthop-0.4.0 modules/postgresql/spec/unit/classes/repo_spec.rb