puppetlabs-stdlib/spec/unit/puppet
Leonardo Rodrigues de Mello 30e994fb6e enhanced the error message of pick function.
When pick function fail return a better error message like
the other stdlib functions, indicating that the error
is on function pick.

This would help people that see the error to identity it is
related to a incorrect use of stdlib function pick, instead of having
to grep all puppet libraries and manifests source for the old message.

I had also changed the spec test.

pick function change spec  as suggested GH-179

Fix the spec test to use expect {}.to instead of lambda {}.should
as explained by Adrienthebo.

"Using expect { }.to is preferred over lambda { }.should.
 In addition it's best practice to do a string match against the
error message to ensure that we're catching the right error,
instead of any error of the right type."

Also fixed a typo on the error message, it was missing one space.

pick function stylish fix as suggested on GH179
2013-09-16 10:03:20 -03:00
..
parser/functions enhanced the error message of pick function. 2013-09-16 10:03:20 -03:00
provider/file_line (#21416) Allow file_line to match multiple lines 2013-07-11 16:25:56 -07:00
type ammend .should raise_error to .to raise_error 2013-02-06 08:12:42 -08:00