puppet-strings/spec
Will Hopper b3c8d52b25 (PDOC-136) Detect return type syntax in Puppet language functions
Previously, Strings ignored the return type in Puppet language functions
that used the following syntax:

function foo() >> String {}

This commit updates the FunctionStatement class to use the return
type from such a statement if it exists. In addition, Strings will
now emit a warning if the return type specified in the @return tag
doesn't match the type specified in the function definition.
2016-11-11 14:47:35 -08:00
..
acceptance Merge pull request #105 from whopper/maint/code_coverage 2016-10-03 13:53:05 +02:00
fixtures (maint) Update line number in fixture to fix specs 2016-10-11 16:49:36 -07:00
unit/puppet-strings (PDOC-136) Detect return type syntax in Puppet language functions 2016-11-11 14:47:35 -08:00
spec_helper.rb (PDOC-136) Detect return type syntax in Puppet language functions 2016-11-11 14:47:35 -08:00
spec_helper_acceptance.rb (maint) Add acceptance libdir and Util helper module 2016-09-30 16:35:32 -07:00