puppet-strings/spec
Ian Kronquist 081bbfe790 (PDOC-37) Parse 4x function ast type and params
The previous iteration eagerly grabbed all parameters when any puppet function
was created. We did not retrieve type information and would grab parameters
from any helper functions!
* Parse the Ruby AST for dispatch blocks which specify type information. Parse
  the commands and arguments in those blocks.
* If there are no dispatch blocks, parse the AST for a ruby function with the
  same name as the puppet function being created.
2015-07-13 15:42:26 -07:00
..
acceptance (maint) Remove rspec-html-matchers from acceptance 2015-07-06 11:55:59 -07:00
lib/strings_spec (PDOC-9) Add preliminary full system test 2014-10-06 10:08:30 -07:00
unit (PDOC-37) Parse 4x function ast type and params 2015-07-13 15:42:26 -07:00
spec_helper.rb (PDOC-26) Rename Puppetx to PuppetX 2015-02-06 14:08:42 -08:00
spec_helper_acceptance.rb (PDOC-8) Fix present rubocop offenses 2014-10-08 11:36:21 -07:00