Sha256: 5997397ea28d4468f215cd0bb69e21e499b504b119880e3801c164ddd2bc1dbf
Contents?: true
Size: 289 Bytes
Versions: 20
Compression:
Stored size: 289 Bytes
Contents
require 'spec_helper' describe 'postgresql_escape', :type => :puppet_function do it { should run.with_params('foo'). and_return('$$foo$$') } end describe 'postgresql_escape', :type => :puppet_function do it { should run.with_params('fo$$o'). and_return('$ed$fo$$o$ed$') } end
Version data entries
20 entries across 20 versions & 1 rubygems