newer pg module
[mirror/dsa-puppet.git] / 3rdparty / modules / postgresql / spec / spec_helper_local.rb
1 RSpec.configure do |c|
2   c.mock_with :rspec
3
4   c.include PuppetlabsSpec::Files
5   c.after :each do
6     PuppetlabsSpec::Files.cleanup
7   end
8 end
9
10 # Convenience helper for returning parameters for a type from the
11 # catalogue.
12 def param(type, title, param)
13   param_value(catalogue, type, title, param)
14 end