puppet/modules/postgresql/spec/unit/functions/postgresql_password_spec.rb
2014-07-11 13:30:23 -05:00

6 lines
189 B
Ruby

require 'spec_helper'
describe 'postgresql_password', :type => :puppet_function do
it { should run.with_params('foo', 'bar').
and_return('md596948aad3fcae80c08a35c9b5958cd89') }
end