Add actual postgresl module from puppetlabs
[mirror/dsa-puppet.git] / 3rdparty / modules / postgresql / spec / unit / classes / devel_spec.rb
diff --git a/3rdparty/modules/postgresql/spec/unit/classes/devel_spec.rb b/3rdparty/modules/postgresql/spec/unit/classes/devel_spec.rb
new file mode 100644 (file)
index 0000000..c8436da
--- /dev/null
@@ -0,0 +1,11 @@
+require 'spec_helper'
+
+describe 'postgresql::devel', :type => :class do
+  let :facts do
+    {
+      :postgres_default_version => '8.4',
+      :osfamily => 'Debian',
+    }
+  end
+  it { should include_class("postgresql::devel") }
+end