Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#3994] rename the specs to have _spec.rb at the end | Markus Roberts | 2010-06-23 | 1 | -168/+0 |
| | | | | | | | | | Some spec files like active_record.rb had names that would confuse the load path and get loaded instead of the intended implentation when the spec was run from the same directory as the file. Author: Matt Robinson <matt@puppetlabs.com> Date: Fri Jun 11 15:29:33 2010 -0700 | ||||
* | Make regsubst() function operate on arrays (feature #2491). | Thomas Bellman | 2009-09-15 | 1 | -0/+80 |
| | | | | | | | | | | | Allow the first argument to the regsubst() function be an array, and perform regexp replacement on each element of the array in that case. This patch also adds more error checking to give better error messages to the user when given bad parameters. Signed-off-by: Thomas Bellman <bellman@nsc.liu.se> | ||||
* | Updated split function and add split function unit tests (courtesy of Thomas ↵ | James Turnbull | 2009-06-12 | 1 | -0/+0 |
| | | | | Bellman) | ||||
* | Changed tabs to spaces without interfering with indentation or alignment | Ian Taylor | 2009-06-06 | 1 | -42/+42 |
| | |||||
* | Fixed #1830 - Added regsubst function | James Turnbull | 2009-02-14 | 1 | -0/+88 |