baf000b07e
Currently, if the user is documenting a Puppet 4 type custom function and they try to use the return_type method without also including an @return tag, Strings will throw an error. This is caused by the function handler trying to add a type to a return tag on the function object that doesn't exist. To fix the problem, if you are using return_type, the handler will now add an empty return tag first if one does not exist. |
||
---|---|---|
.. | ||
acceptance | ||
fixtures | ||
unit/puppet-strings | ||
spec_helper.rb | ||
spec_helper_acceptance.rb |