Sha256: fdb569e47519c87a4f7294d6c3e835bf49270650c01f36920a1eed59f64511a2

Contents?: true

Size: 343 Bytes

Versions: 6

Compression:

Stored size: 343 Bytes

Contents

require 'spec_helper'

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