newer pg module
[mirror/dsa-puppet.git] / 3rdparty / modules / postgresql / spec / unit / classes / params_spec.rb
index 56b1f90..a415966 100644 (file)
@@ -3,9 +3,10 @@ require 'spec_helper'
 describe 'postgresql::params', :type => :class do
   let :facts do
     {
-      :postgres_default_version => '8.4',
       :osfamily => 'Debian',
+      :operatingsystem => 'Debian',
+      :operatingsystemrelease => '6.0',
     }
   end
-  it { should include_class("postgresql::params") }
+  it { is_expected.to contain_class("postgresql::params") }
 end