Sha256: 924f31e407fdcce7b2b7c125d2d584c911ece3e689cda89148edfecb9234a044

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 include_class('postgresql::repo::apt_postgresql_org')
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
freighthop-0.3.3 modules/postgresql/spec/unit/classes/repo_spec.rb
freighthop-0.3.2 modules/postgresql/spec/unit/classes/repo_spec.rb
freighthop-0.3.1 modules/postgresql/spec/unit/classes/repo_spec.rb
freighthop-0.3.0 modules/postgresql/spec/unit/classes/repo_spec.rb
freighthop-0.2.1 modules/postgresql/spec/unit/classes/repo_spec.rb
freighthop-0.2.0 modules/postgresql/spec/unit/classes/repo_spec.rb
freighthop-0.1.0 modules/postgresql/spec/unit/classes/repo_spec.rb