module-postgresql/spec/unit/functions/postgresql_password_spec.rb

7 lines
197 B
Ruby
Raw Normal View History

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