module-postgresql/spec/spec_helper_local.rb
2016-01-27 14:46:24 +00:00

14 lines
301 B
Ruby

RSpec.configure do |c|
c.mock_with :rspec
c.include PuppetlabsSpec::Files
c.after :each do
PuppetlabsSpec::Files.cleanup
end
end
# Convenience helper for returning parameters for a type from the
# catalogue.
def param(type, title, param)
param_value(catalogue, type, title, param)
end